diff options
Diffstat (limited to 'users/yanfali')
-rw-r--r-- | users/yanfali/config.h | 2 | ||||
-rw-r--r-- | users/yanfali/rules.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/yanfali/config.h b/users/yanfali/config.h index 2c427f0331..26517a9f64 100644 --- a/users/yanfali/config.h +++ b/users/yanfali/config.h @@ -1,6 +1,6 @@ #pragma once -#ifdef KEYBOARD_maartenwut_plain60 +#ifdef KEYBOARD_evyd13_plain60 #define B7_AUDIO #ifdef AUDIO_ENABLE diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index a7208daa2c..bf88c04528 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk @@ -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 |