diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-12 01:09:53 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-12 01:09:53 +0000 |
commit | 5c8953387effab84d8fee0ab3e94c1bd4e65bf21 (patch) | |
tree | 066af22fd253d83330652c605c24e280187c78b3 /keyboards/handwired/split65/promicro/rules.mk | |
parent | c49fd91e7a80ef9bdc1740bf22f6c25c8b4d85cd (diff) | |
parent | 8385ab32d056dae61546279c9d778dd1a20eaada (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/split65/promicro/rules.mk')
-rw-r--r-- | keyboards/handwired/split65/promicro/rules.mk | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/handwired/split65/promicro/rules.mk b/keyboards/handwired/split65/promicro/rules.mk new file mode 100644 index 0000000000..bb95fcf67c --- /dev/null +++ b/keyboards/handwired/split65/promicro/rules.mk @@ -0,0 +1,23 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # Mouse keys +EXTRAKEY_ENABLE = no # 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 +AUDIO_ENABLE = no # Audio output +OLED_ENABLE = yes +SPLIT_KEYBOARD = yes |