summaryrefslogtreecommitdiff
path: root/keyboards/hifumi
diff options
context:
space:
mode:
authorridingqwerty <george.g.koenig@gmail.com>2020-01-30 13:47:48 -0500
committerGitHub <noreply@github.com>2020-01-30 13:47:48 -0500
commit0f7d294ac304d6ef8fb6d83c1da80bb4c753a01f (patch)
tree7ce4addaf58311635f77ab0b282f28a9032dff9a /keyboards/hifumi
parentc66a4a983106f6a895088dd02d0e8fe92dfd1559 (diff)
Remove filesize changes from default-ish rules.mk files, sans handwired (#8040)
Diffstat (limited to 'keyboards/hifumi')
-rw-r--r--keyboards/hifumi/rules.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/hifumi/rules.mk b/keyboards/hifumi/rules.mk
index 33c8d61784..539fb77900 100644
--- a/keyboards/hifumi/rules.mk
+++ b/keyboards/hifumi/rules.mk
@@ -15,10 +15,10 @@ BOOTLOADER = caterina
# change to "no" to disable the options, or define them in the Makefile in
# the appropriate keymap folder that will get included automatically
#
-BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
-MOUSEKEY_ENABLE = no # Mouse keys(+4700)
-EXTRAKEY_ENABLE = no # Audio control and System control(+450)
-CONSOLE_ENABLE = no # Console for debug(+400)
+BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
+MOUSEKEY_ENABLE = no # Mouse keys
+EXTRAKEY_ENABLE = no # Audio control and System control
+CONSOLE_ENABLE = no # Console for debug
COMMAND_ENABLE = no # Commands for debug and configuration
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality