diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-12 06:41:10 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-11 22:41:10 +0000 |
commit | 8957e928a2231b97b815accdd73e9362501b01f0 (patch) | |
tree | ded9c1a157f81ee3400d661317e2a428a1836787 /keyboards/mechkeys/alu84/rules.mk | |
parent | bd35fa7de1323d572d530cfa4dbe9cf68cf1480b (diff) | |
download | qmk_firmware-8957e928a2231b97b815accdd73e9362501b01f0.tar.gz qmk_firmware-8957e928a2231b97b815accdd73e9362501b01f0.zip |
move mechkeys keyboards into the mechkeys/ vendor folder (#15760)
* move mechkeys keyboards to mechkeys/
* fix compilation
* fix default folder
Diffstat (limited to 'keyboards/mechkeys/alu84/rules.mk')
-rwxr-xr-x | keyboards/mechkeys/alu84/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mechkeys/alu84/rules.mk b/keyboards/mechkeys/alu84/rules.mk new file mode 100755 index 0000000000..323c6a1b87 --- /dev/null +++ b/keyboards/mechkeys/alu84/rules.mk @@ -0,0 +1,21 @@ +# 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 = no # 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 = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +SLEEP_LED_ENABLE = yes + +LAYOUTS = 75_ansi |