diff options
Diffstat (limited to 'keyboards/amj96/rules.mk')
-rw-r--r-- | keyboards/amj96/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/amj96/rules.mk b/keyboards/amj96/rules.mk index c19a156ff9..f780706a0e 100644 --- a/keyboards/amj96/rules.mk +++ b/keyboards/amj96/rules.mk @@ -17,8 +17,8 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = yes # USB Nkey Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes -UNICODE_ENABLE = no # Unicode +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output + CUSTOM_MATRIX = yes SRC += matrix.c |