diff options
author | Jesus Climent <climent@gmail.com> | 2022-08-13 21:26:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-13 21:26:05 +0100 |
commit | cbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3 (patch) | |
tree | 95d4cc122011e5454049f09871e63009342742ba /keyboards/atreyu/rules.mk | |
parent | 1eecdb502dda9e4f7933593e9b62f02846846a7c (diff) | |
download | qmk_firmware-cbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3.tar.gz qmk_firmware-cbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3.zip |
[Keyboard] Added Atreyu keyboard. (#17698)
* Add Atreyu keyboard.
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/atreyu/rules.mk')
-rw-r--r-- | keyboards/atreyu/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/atreyu/rules.mk b/keyboards/atreyu/rules.mk new file mode 100644 index 0000000000..1e05f827de --- /dev/null +++ b/keyboards/atreyu/rules.mk @@ -0,0 +1,22 @@ +DEFAULT_FOLDER = atreyu/rev1 + +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +ENCODER_ENABLE = no |