diff options
author | gumorr <102767971+gumorr@users.noreply.github.com> | 2023-03-06 13:17:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-06 11:17:29 -0800 |
commit | ca5eb9f664cd58cf4e396c54f5fc16c44224fdea (patch) | |
tree | b190cdaca9fab96c02dc730d23cdad8de4ac9909 /keyboards/gummykey/rules.mk | |
parent | 61f3f5676a1f4ba31ad9ed7bdcba164178230275 (diff) |
[Keyboard] Add gummykey (#19695)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: jack <0x6a73@protonmail.com>
Diffstat (limited to 'keyboards/gummykey/rules.mk')
-rw-r--r-- | keyboards/gummykey/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/gummykey/rules.mk b/keyboards/gummykey/rules.mk new file mode 100644 index 0000000000..b043543633 --- /dev/null +++ b/keyboards/gummykey/rules.mk @@ -0,0 +1,13 @@ +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes |