diff options
author | abishalom <abishalom1997@gmail.com> | 2018-11-27 12:22:49 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-27 09:22:49 -0800 |
commit | 77ed9e3a7305b1921d079e2facfb8e6d3d137e19 (patch) | |
tree | cd529f1d5f91efba4a74dae62827d259b02fee71 /keyboards/tada68/keymaps/abishalom/rules.mk | |
parent | faef966a4d66b802babf9332cbf3045edf47c729 (diff) | |
download | firmware-77ed9e3a7305b1921d079e2facfb8e6d3d137e19.tar.gz firmware-77ed9e3a7305b1921d079e2facfb8e6d3d137e19.tar.bz2 firmware-77ed9e3a7305b1921d079e2facfb8e6d3d137e19.zip |
Keymap: Added abishalom keymaps (#4495)
* Added abishalom keymaps
Added personal keymaps for Massdrop Alt and Tada68
* Update keyboards/tada68/keymaps/abishalom/rules.mk
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/rules.mk
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/config.h
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/rules.mk
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Update keyboards/tada68/keymaps/abishalom/keymap.c
Co-Authored-By: abishalom <abishalom1997@gmail.com>
* Updated keymaps
* Bugfix Tada68
* Update keyboards/tada68/keymaps/abishalom/keymap.c
Co-Authored-By: abishalom <abishalom1997@gmail.com>
Diffstat (limited to 'keyboards/tada68/keymaps/abishalom/rules.mk')
-rw-r--r-- | keyboards/tada68/keymaps/abishalom/rules.mk | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/abishalom/rules.mk b/keyboards/tada68/keymaps/abishalom/rules.mk new file mode 100644 index 000000000..b3eaa6215 --- /dev/null +++ b/keyboards/tada68/keymaps/abishalom/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 Bitch |