Maartenwut/Maarten namechange to evyd13/Evy (#10274)

This commit is contained in:
Evy Dekkers 2020-11-01 18:40:51 +01:00 committed by GitHub
parent c3221d4e71
commit b968a53c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
283 changed files with 204 additions and 634 deletions

View file

@ -1,6 +1,6 @@
#pragma once
#ifdef KEYBOARD_maartenwut_plain60
#ifdef KEYBOARD_evyd13_plain60
#define B7_AUDIO
#ifdef AUDIO_ENABLE

View file

@ -6,7 +6,7 @@ LTO_ENABLE = yes
AUDIO_ENABLE = no
# only enable audio on specific boards
ifeq ($(strip $(KEYBOARD)), maartenwut/plain60)
ifeq ($(strip $(KEYBOARD)), evyd13/plain60)
AUDIO_ENABLE = yes
endif