diff options
author | John Mueller <softplus@users.noreply.github.com> | 2021-09-11 16:33:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-11 07:33:48 -0700 |
commit | 22dd68520b4f55ed7c953a67cfb904f85cc88982 (patch) | |
tree | b52a2183b3bfd2245eaf9cafa37a0d0f4e4cc976 /keyboards/3keyecosystem/2key2/rules.mk | |
parent | 99d465bee0d97d201e5883bde14f0ff0e4cf6e6b (diff) |
[Keyboard] Add 3keyecosystem and 2key2 keyboard (#14023)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/3keyecosystem/2key2/rules.mk')
-rw-r--r-- | keyboards/3keyecosystem/2key2/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/3keyecosystem/2key2/rules.mk b/keyboards/3keyecosystem/2key2/rules.mk new file mode 100644 index 0000000000..872ace3b35 --- /dev/null +++ b/keyboards/3keyecosystem/2key2/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration +MOUSEKEY_ENABLE = no # 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 = no # Enable keyboard RGB underglow +RGB_MATRIX_ENABLE = yes # Enable RGB matrix +RGB_MATRIX_DRIVER = WS2812 # Select WS2812 driver for RGB matrix +AUDIO_ENABLE = no # Audio output |