diff options
author | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-19 15:59:21 -0700 |
---|---|---|
committer | Gabriel Young <gabeplaysdrums@live.com> | 2017-03-19 15:59:21 -0700 |
commit | d7fc2365402069a6149c9593dad82c4b4e31b78a (patch) | |
tree | ce4b4c24424e9d08c8043f5d030a346de4c82baa /keyboards/frosty_flake/keymaps/default/Makefile | |
parent | 19fd20261b895a6848c8b15fd7365d5b87b7fd72 (diff) | |
download | qmk_firmware-d7fc2365402069a6149c9593dad82c4b4e31b78a.tar.gz qmk_firmware-d7fc2365402069a6149c9593dad82c4b4e31b78a.zip |
successfully read data from the matrix
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 9d3df5964f..0887666802 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 = yes # Mouse keys(+4700) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) +CONSOLE_ENABLE = yes # 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 |