diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-14 04:41:11 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-14 04:41:11 +0000 |
commit | fba519116de5014b93976824cadf9ca6eab0598c (patch) | |
tree | 39a3eb6d5dd4eef47159d981282b51d072e7ae9b /keyboards/kinesis/keymaps/ericgebhart/rules.mk | |
parent | a7e1de81ff5da0a1133abef0162880d26fcacd26 (diff) | |
parent | e865cab48ec25c2fff958b23d89b1f86755d445c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kinesis/keymaps/ericgebhart/rules.mk')
-rw-r--r-- | keyboards/kinesis/keymaps/ericgebhart/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/kinesis/keymaps/ericgebhart/rules.mk b/keyboards/kinesis/keymaps/ericgebhart/rules.mk new file mode 100644 index 0000000000..61115e927a --- /dev/null +++ b/keyboards/kinesis/keymaps/ericgebhart/rules.mk @@ -0,0 +1,16 @@ +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +MIDI_ENABLE = no # MIDI controls +AUDIO_ENABLE = no # Audio output +UNICODE_ENABLE = no # Unicode +RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight. +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend + |