diff options
author | QMK Bot <hello@qmk.fm> | 2021-09-15 06:56:47 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-09-15 06:56:47 +0000 |
commit | b63453a75bc3e49802c7df1d2ff5b2ea95a5354f (patch) | |
tree | cefd108a673407a7a78e81789a5c4d33114a71c9 /keyboards/aya/rules.mk | |
parent | b3b7b7dd110dec927f0cbcf6984fb1e55feda5c5 (diff) | |
parent | a2d43ca024d8e840c882cc72e80e9eb6b70384f1 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/aya/rules.mk')
-rw-r--r-- | keyboards/aya/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/aya/rules.mk b/keyboards/aya/rules.mk new file mode 100644 index 0000000000..3036ebe1db --- /dev/null +++ b/keyboards/aya/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # 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 +# 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 +SPLIT_KEYBOARD = yes |