diff options
author | Dan Nixon <dan@dan-nixon.com> | 2021-09-15 07:56:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 23:56:12 -0700 |
commit | a2d43ca024d8e840c882cc72e80e9eb6b70384f1 (patch) | |
tree | bc0987aa76cad2528d5645d1a4ebbff43cd0bfa8 /keyboards/aya/rules.mk | |
parent | c2f2f9bfd3f5c927496a80e7074fa7c54a2c1619 (diff) |
[Keyboard] Add Aya keyboard (#14378)
Co-authored-by: Ryan <fauxpark@gmail.com>
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 |