diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2021-11-10 06:24:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 06:24:16 -0800 |
commit | 6ccf774ea5f0b07ac02c31ddc196e1c921898038 (patch) | |
tree | 9acc56029df96ffae81d9f66918c2493c9ed0e93 /keyboards/neokeys/g67/element_hs/rules.mk | |
parent | 40ac8d1536321b251246fd74d19ec0c72648ec69 (diff) |
[Keyboard] Element Hotswap PCB (#15082)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/neokeys/g67/element_hs/rules.mk')
-rw-r--r-- | keyboards/neokeys/g67/element_hs/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/neokeys/g67/element_hs/rules.mk b/keyboards/neokeys/g67/element_hs/rules.mk new file mode 100644 index 0000000000..bf105353e1 --- /dev/null +++ b/keyboards/neokeys/g67/element_hs/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +KEY_LOCK_ENABLE = yes # Enable KC_LOCK support + +LAYOUTS = 65_ansi_blocker |