aboutsummaryrefslogtreecommitdiff
path: root/keyboards
diff options
context:
space:
mode:
authormechlovin <57231893+mechlovin@users.noreply.github.com>2020-06-02 07:19:56 +0700
committerGitHub <noreply@github.com>2020-06-01 17:19:56 -0700
commitaab5c44c7d94ace79337ae60b9185b820c390f00 (patch)
tree40e467fc3a38d072c849388b884041d69393f0ce /keyboards
parent563d5919b32c99b10e63754c4e5dab0c69a7c5e1 (diff)
downloadqmk_firmware-aab5c44c7d94ace79337ae60b9185b820c390f00.tar.gz
qmk_firmware-aab5c44c7d94ace79337ae60b9185b820c390f00.zip
Infinity CE PCB: Update rules.mk (#9235)
* Update rules.mk Actice NKRO function
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/mechlovin/infinityce/rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechlovin/infinityce/rules.mk b/keyboards/mechlovin/infinityce/rules.mk
index 8e8807c5e..199f3316c 100644
--- a/keyboards/mechlovin/infinityce/rules.mk
+++ b/keyboards/mechlovin/infinityce/rules.mk
@@ -22,7 +22,7 @@ COMMAND_ENABLE = no # Commands for debug and configuration
22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE 22# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend 23SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
24# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 24# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25NKRO_ENABLE = no # USB Nkey Rollover 25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 26BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
27RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 27RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support 28MIDI_ENABLE = no # MIDI support