diff options
author | Eric Gebhart <e.a.gebhart@gmail.com> | 2022-01-13 23:40:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-13 20:40:41 -0800 |
commit | e865cab48ec25c2fff958b23d89b1f86755d445c (patch) | |
tree | 0632ae08d0bfd477469768925ba74bce67087871 /keyboards/kinesis/keymaps/ericgebhart/rules.mk | |
parent | 0f110737dba362596fcdbebd6c2bd4cc574f344b (diff) |
[Keymap] ericgebhart keymap and userspace updates (#15727)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Dasky <32983009+daskygit@users.noreply.github.com>
Co-authored-by: Drashna Jael're <drashna@live.com>
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 + |