diff options
Diffstat (limited to 'users')
| -rw-r--r-- | users/tominabox1/rules.mk | 3 | ||||
| -rw-r--r-- | users/yanfali/config.h | 2 | ||||
| -rw-r--r-- | users/yanfali/rules.mk | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/users/tominabox1/rules.mk b/users/tominabox1/rules.mk index b70b128cf..22b6a858f 100644 --- a/users/tominabox1/rules.mk +++ b/users/tominabox1/rules.mk | |||
| @@ -8,7 +8,7 @@ NKRO_ENABLE = yes | |||
| 8 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration | 8 | BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration |
| 9 | 9 | ||
| 10 | ifeq ($(strip $(KEYBOARD)), crkbd/rev1) | 10 | ifeq ($(strip $(KEYBOARD)), crkbd/rev1) |
| 11 | RGB_MATRIX_ENABLE = WS2812 | 11 | RGB_MATRIX_ENABLE = yes |
| 12 | EXTRAFLAGS += -flto | 12 | EXTRAFLAGS += -flto |
| 13 | BOOTLOADER = qmk-dfu | 13 | BOOTLOADER = qmk-dfu |
| 14 | OLED_DRIVER_ENABLE = yes | 14 | OLED_DRIVER_ENABLE = yes |
| @@ -19,7 +19,6 @@ MOUSEKEY_ENABLE = no # Mouse keys | |||
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default | 20 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default |
| 21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 21 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 22 | # RGB_MATRIX_ENABLE = WS2812 | ||
| 23 | endif | 22 | endif |
| 24 | 23 | ||
| 25 | 24 | ||
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 | ||
