diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-01-07 13:47:49 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-07 13:47:49 -0800 |
commit | 4ace960b98bf50468cf560a50ce591d6de00639d (patch) | |
tree | a45903b5fa0c9b49dd4dbb1be16346d996bd10c4 /keyboards/kprepublic/jj50/rules.mk | |
parent | a5afe84a121026d6b0489ee66939d954d19c9ddb (diff) | |
download | qmk_firmware-4ace960b98bf50468cf560a50ce591d6de00639d.tar.gz qmk_firmware-4ace960b98bf50468cf560a50ce591d6de00639d.zip |
JJ50 Touch-Up (#15762)
* rules.mk: Build Options sorting and white space
* use QMK 3-character notation
* info.json: apply friendly formatting
* info.json: use 3-character notation
* move layout macro alias to info.json
* number matrix identifiers by electrical position
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 |