diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-07 21:48:28 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-07 21:48:28 +0000 |
commit | 2093498425fcdd59e100da2346be2ed806e41ade (patch) | |
tree | 55f8b549c15d65eba2eb57e5a0c3a4c15337d26f /keyboards/kprepublic/jj50/rules.mk | |
parent | c3937de310f55c56882c2ed804f0f0780424084d (diff) | |
parent | 4ace960b98bf50468cf560a50ce591d6de00639d (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kprepublic/jj50/rules.mk')
-rw-r--r-- | keyboards/kprepublic/jj50/rules.mk | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/kprepublic/jj50/rules.mk b/keyboards/kprepublic/jj50/rules.mk index 2e510c8bba..faa1a619b9 100644 --- a/keyboards/kprepublic/jj50/rules.mk +++ b/keyboards/kprepublic/jj50/rules.mk @@ -8,14 +8,14 @@ BOOTLOADER = bootloadhid # change yes to no to disable # BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite -MOUSEKEY_ENABLE = no # Mouse keys -EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = no # Enable N-Key Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality -RGBLIGHT_ENABLE = yes # Enable keyboard underlight functionality -WS2812_DRIVER = i2c # This driver powers the RGB Lighting and RGB Matrix features -LTO_ENABLE = yes # Enable link time optimization +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +WS2812_DRIVER = i2c # This driver powers the RGB Lighting and RGB Matrix features +LTO_ENABLE = yes # Enable link time optimization LAYOUTS = ortho_5x12 |