diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-09-30 14:48:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-30 15:48:36 +0100 |
commit | 292b7b3835c5518cdb90bc7d5b1d3030292ddbf8 (patch) | |
tree | 63b09974e3f14df720090f8f3563b22f6a6c0855 /keyboards/handwired/nicekey/rules.mk | |
parent | 0b37e07f907cbb9654ecbc6449bb690f91f9ab20 (diff) | |
download | qmk_firmware-292b7b3835c5518cdb90bc7d5b1d3030292ddbf8.tar.gz qmk_firmware-292b7b3835c5518cdb90bc7d5b1d3030292ddbf8.zip |
Remove firmware size impact notes from <keyboard>/rules.mk (#14652)
Diffstat (limited to 'keyboards/handwired/nicekey/rules.mk')
-rw-r--r-- | keyboards/handwired/nicekey/rules.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/handwired/nicekey/rules.mk b/keyboards/handwired/nicekey/rules.mk index 913b5f6ae4..45ade5409a 100644 --- a/keyboards/handwired/nicekey/rules.mk +++ b/keyboards/handwired/nicekey/rules.mk @@ -8,9 +8,9 @@ BOOTLOADER = caterina # comment out to disable the options. # BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite -MOUSEKEY_ENABLE = yes # Mouse keys(+4700) -EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = yes # Console for debug(+400) +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # Console for debug COMMAND_ENABLE = yes # Commands for debug and configuration #SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend #NKRO_ENABLE = yes # USB Nkey Rollover - not yet supported in LUFA |