From 8957e928a2231b97b815accdd73e9362501b01f0 Mon Sep 17 00:00:00 2001 From: peepeetee <43021794+peepeetee@users.noreply.github.com> Date: Sat, 12 Feb 2022 06:41:10 +0800 Subject: move mechkeys keyboards into the mechkeys/ vendor folder (#15760) * move mechkeys keyboards to mechkeys/ * fix compilation * fix default folder --- keyboards/mechkeys/alu84/rules.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 keyboards/mechkeys/alu84/rules.mk (limited to 'keyboards/mechkeys/alu84/rules.mk') 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 -- cgit v1.2.3