diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-19 21:11:17 -0700 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-19 21:11:17 -0700 |
commit | a3a304db9ae09c3c5532c43e553cc24d3f9b29a2 (patch) | |
tree | 104ce7a7b186f0b46f591cb89e5e45d9d5fc9ed7 /keyboards/frosty_flake/keymaps/default/Makefile | |
parent | db2da37561e836cd55f1ae279be4c8d1adbb648c (diff) |
clean up docs and provide defaults for keymap
Diffstat (limited to 'keyboards/frosty_flake/keymaps/default/Makefile')
-rw-r--r-- | keyboards/frosty_flake/keymaps/default/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/frosty_flake/keymaps/default/Makefile b/keyboards/frosty_flake/keymaps/default/Makefile index 0887666802..9d3df5964f 100644 --- a/keyboards/frosty_flake/keymaps/default/Makefile +++ b/keyboards/frosty_flake/keymaps/default/Makefile @@ -3,9 +3,9 @@ # the appropriate keymap folder that will get included automatically # BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) -MOUSEKEY_ENABLE = no # Mouse keys(+4700) +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 = no # Enable keyboard backlight functionality |