diff options
author | sm0g <38926679+sm0ggles@users.noreply.github.com> | 2018-10-18 16:51:02 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-10-18 13:51:02 -0700 |
commit | 14bdd5ed2a808075130bac26fc72dcb9b158ae2c (patch) | |
tree | 580fdcd98ebd02187c5b4c387b8500224fc5d1df /keyboards/tada68/keymaps/sm0g/rules.mk | |
parent | f45bc9b362363f6f3f848026eefad7d7a1842c2c (diff) |
Keymap: added my tada68's from Gitlab. (#4146)
* added my tada68 from Gitlab.
* Removed unneeded code and the sm0gunix layout.
Diffstat (limited to 'keyboards/tada68/keymaps/sm0g/rules.mk')
-rw-r--r-- | keyboards/tada68/keymaps/sm0g/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/sm0g/rules.mk b/keyboards/tada68/keymaps/sm0g/rules.mk new file mode 100644 index 0000000000..bd4bb32491 --- /dev/null +++ b/keyboards/tada68/keymaps/sm0g/rules.mk @@ -0,0 +1,18 @@ +# Build Options +# 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 = yes # Mouse keys(+4700) +EXTRAKEY_ENABLE = yes # Audio control and System control(+450) +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 +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. Do not enable this with audio at the same time. +SLEEP_LED_ENABLE = yes # Breathing sleep LED during USB suspend +TAP_DANCE_ENABLE = yes # Tappa Dance
\ No newline at end of file |