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 2c427f033..26517a9f6 100644 --- a/users/yanfali/config.h +++ b/users/yanfali/config.h | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | #pragma once | 1 | #pragma once |
| 2 | 2 | ||
| 3 | #ifdef KEYBOARD_maartenwut_plain60 | 3 | #ifdef KEYBOARD_evyd13_plain60 |
| 4 | 4 | ||
| 5 | #define B7_AUDIO | 5 | #define B7_AUDIO |
| 6 | #ifdef AUDIO_ENABLE | 6 | #ifdef AUDIO_ENABLE |
diff --git a/users/yanfali/rules.mk b/users/yanfali/rules.mk index a7208daa2..bf88c0452 100644 --- a/users/yanfali/rules.mk +++ b/users/yanfali/rules.mk | |||
| @@ -6,7 +6,7 @@ LTO_ENABLE = yes | |||
| 6 | AUDIO_ENABLE = no | 6 | AUDIO_ENABLE = no |
| 7 | 7 | ||
| 8 | # only enable audio on specific boards | 8 | # only enable audio on specific boards |
| 9 | ifeq ($(strip $(KEYBOARD)), maartenwut/plain60) | 9 | ifeq ($(strip $(KEYBOARD)), evyd13/plain60) |
| 10 | AUDIO_ENABLE = yes | 10 | AUDIO_ENABLE = yes |
| 11 | endif | 11 | endif |
| 12 | 12 | ||
