diff options
author | QMK Bot <hello@qmk.fm> | 2021-07-20 01:49:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-07-20 01:49:28 +0000 |
commit | 85621311db62a3a2a264cb7c9edefb7cab731e4c (patch) | |
tree | 14f222e1536a96747deff218a5d4fbd8a6f46421 /keyboards/checkerboards | |
parent | 6b2b42678dee90835f7f45b08d566be47e05e0d1 (diff) | |
parent | 46b8230468782808d0592ad63a664982622b195f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/checkerboards')
-rw-r--r-- | keyboards/checkerboards/axon40/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/checkerboards/axon40/rules.mk b/keyboards/checkerboards/axon40/rules.mk index 32981133b2..f49426d513 100644 --- a/keyboards/checkerboards/axon40/rules.mk +++ b/keyboards/checkerboards/axon40/rules.mk @@ -17,6 +17,6 @@ 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 = no # Enable keyboard RGB underglow +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output |