Skip to content

Commit

Permalink
Reduce the size of the vifon keymap
Browse files Browse the repository at this point in the history
See: issue qmk#930
  • Loading branch information
vifon committed Dec 18, 2016
1 parent 5a0bfc2 commit 737afa5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions keyboards/planck/keymaps/vifon/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Please remove if no longer applicable
$(warning THIS FILE MAY BE TOO LARGE FOR YOUR KEYBOARD)
$(warning Please disable some options in the Makefile to resolve)


# Build Options
Expand All @@ -10,7 +7,7 @@ $(warning Please disable some options in the Makefile to resolve)
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
CONSOLE_ENABLE = yes # Console for debug(+400)
CONSOLE_ENABLE = no # Console for debug(+400)
COMMAND_ENABLE = yes # Commands for debug and configuration
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
Expand Down

0 comments on commit 737afa5

Please sign in to comment.