diff options
author | QMK Bot <hello@qmk.fm> | 2022-04-24 13:01:58 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-04-24 13:01:58 +0000 |
commit | 0395840eb9e28a7c6b38c63410b16c466e904c3b (patch) | |
tree | 4a6f167c6875e1f004b5e496a20dafbfc7c5677d /keyboards/gboards/gergoplex/rules.mk | |
parent | 056f7b36765e85727d1f7025afed061ba4a1a816 (diff) | |
parent | e1f6fa579af8eb9f0799f8fe9ba7a8947d1c2c69 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gboards/gergoplex/rules.mk')
-rw-r--r-- | keyboards/gboards/gergoplex/rules.mk | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/keyboards/gboards/gergoplex/rules.mk b/keyboards/gboards/gergoplex/rules.mk index e557d9f39a..5cd5a7721c 100644 --- a/keyboards/gboards/gergoplex/rules.mk +++ b/keyboards/gboards/gergoplex/rules.mk @@ -1,15 +1,23 @@ +# MCU name MCU = atmega32u4 +# Bootloader selection BOOTLOADER = atmel-dfu -CUSTOM_MATRIX = yes -MOUSEKEY_ENABLE = yes # Mouse keys -COMBO_ENABLE = yes -EXTRAKEY_ENABLE = yes -CONSOLE_ENABLE = no -NKRO_ENABLE = yes # Enable N-Key Rollover -COMMAND_ENABLE = yes +# 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 = yes # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +COMBO_ENABLE = yes +CUSTOM_MATRIX = yes LAYOUTS = split_3x5_3 |