diff options
author | QMK Bot <hello@qmk.fm> | 2021-02-07 17:05:04 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-02-07 17:05:04 +0000 |
commit | 2a7584ecf0bf4004056055f2b2e54d400e906446 (patch) | |
tree | f0b5532e0ea56b11e3cd0f39428f7d27c24dbf24 /keyboards/ergoarrows/rules.mk | |
parent | fe7e736c6bab97f6d4fac95ef19359c6cb3a96e5 (diff) | |
parent | 72b0f494e7ee7d9bc4fca10bc6c53a592156e768 (diff) | |
download | qmk_firmware-2a7584ecf0bf4004056055f2b2e54d400e906446.tar.gz qmk_firmware-2a7584ecf0bf4004056055f2b2e54d400e906446.zip |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/ergoarrows/rules.mk')
-rw-r--r-- | keyboards/ergoarrows/rules.mk | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ergoarrows/rules.mk b/keyboards/ergoarrows/rules.mk new file mode 100644 index 0000000000..abffa14b34 --- /dev/null +++ b/keyboards/ergoarrows/rules.mk @@ -0,0 +1,24 @@ +# 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 = 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 +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output + +SPLIT_KEYBOARD = yes |