Skip to content

Commit

Permalink
[Keyboard] enable RGB underglow on heckerboards/axon40 (#13490)
Browse files Browse the repository at this point in the history
This PCB uses RGB underglow LEDs. If the user doesn't want them, they can turn them off with a keycode.
  • Loading branch information
npspears authored Jul 20, 2021
1 parent 1105f2e commit 8e30ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/checkerboards/axon40/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8e30ec1

Please sign in to comment.