diff options
author | tuesdayjohn <hajimeokuda@gmail.com> | 2019-05-23 00:13:55 -0400 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-05-22 21:13:55 -0700 |
commit | 73715bacc26e47e574a5fbefb4d477cb4b7de9e7 (patch) | |
tree | cdcb164c71692f912ebf78664cac230c785de10d /keyboards/kinesis/keymaps/tuesdayjohn/rules.mk | |
parent | fcb56534111652b9fa19d9d8e7bce635c7a63eb6 (diff) |
[Keymap] Added personal keymap in Kinesis matching username; updated old readme.md (#5955)
* Added 'tuesdayjohn' folder; updated old readme.md
* Update keymap.c
* Update readme.md
* Update keymap.c
Diffstat (limited to 'keyboards/kinesis/keymaps/tuesdayjohn/rules.mk')
-rw-r--r-- | keyboards/kinesis/keymaps/tuesdayjohn/rules.mk | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/kinesis/keymaps/tuesdayjohn/rules.mk b/keyboards/kinesis/keymaps/tuesdayjohn/rules.mk new file mode 100644 index 0000000000..cf63c44f4f --- /dev/null +++ b/keyboards/kinesis/keymaps/tuesdayjohn/rules.mk @@ -0,0 +1,19 @@ +# 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 = yes # Console for debug(+400) +COMMAND_ENABLE = no # 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 +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output on port C6 +UNICODE_ENABLE = yes # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +TAP_DANCE_ENABLE = yes # Enable Tap Dancing function |