diff options
author | gorbachev <tpp+github@iki.fi> | 2019-01-11 20:27:15 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-01-11 17:27:15 -0800 |
commit | 81ad6cac7e850e1962fcc2c4057f5357a0056838 (patch) | |
tree | d0af908512950ccbbf01c817b0ca59fdd9e2c09a /keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk | |
parent | 9c136e1168a1f6d0637f59164b6d9adb9ba0bdee (diff) | |
download | qmk_firmware-81ad6cac7e850e1962fcc2c4057f5357a0056838.tar.gz qmk_firmware-81ad6cac7e850e1962fcc2c4057f5357a0056838.zip |
[Keymap] Sweet16 as a switch tester (#4822)
* Sweet16 as a switch tester
* pragma once
* QMK_KEYBOARD_H instead of sweet16.h
Diffstat (limited to 'keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk')
-rw-r--r-- | keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk b/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk new file mode 100644 index 0000000000..c0f2d0182d --- /dev/null +++ b/keyboards/1upkeyboards/sweet16/keymaps/switchtester/rules.mk @@ -0,0 +1,12 @@ +# Build Options +# comment out to disable the options. +# +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) +MOUSEKEY_ENABLE = no # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +CONSOLE_ENABLE = yes # Console for debug(+400) +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = no # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +RGBLIGHT_ENABLE = no + +SRC += switches.c |