diff options
author | QMK Bot <hello@qmk.fm> | 2022-08-13 20:26:43 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-08-13 20:26:43 +0000 |
commit | b1c7df9a68919b071116c86f570d728d7c670870 (patch) | |
tree | 069b0c9356fb6f42a2d50afbde43f2062520d075 /keyboards/atreyu/rules.mk | |
parent | 8fd78250073b92c59feef68829c7c3bbadd94a4f (diff) | |
parent | cbcb4f2ec0bdfb53c68bcf9ce3b62febcb0626e3 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |