From cbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3 Mon Sep 17 00:00:00 2001 From: Jesus Climent Date: Sat, 13 Aug 2022 21:26:05 +0100 Subject: [Keyboard] Added Atreyu keyboard. (#17698) * Add Atreyu keyboard. Co-authored-by: Drashna Jaelre Co-authored-by: Ryan --- keyboards/atreyu/rules.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/atreyu/rules.mk (limited to 'keyboards/atreyu/rules.mk') 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 -- cgit v1.2.3