From 432feecc61d9b4ede3fb7b65920714853209a7a7 Mon Sep 17 00:00:00 2001 From: ai03 Date: Thu, 27 Oct 2022 09:16:59 +0900 Subject: [Keyboard] Add Lunar II (#18827) Co-authored-by: Drashna Jaelre Co-authored-by: Ryan Co-authored-by: ai03 --- keyboards/ai03/lunar_ii/rules.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 keyboards/ai03/lunar_ii/rules.mk (limited to 'keyboards/ai03/lunar_ii/rules.mk') diff --git a/keyboards/ai03/lunar_ii/rules.mk b/keyboards/ai03/lunar_ii/rules.mk new file mode 100644 index 0000000000..1a29d22700 --- /dev/null +++ b/keyboards/ai03/lunar_ii/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 = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = yes # 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 + +HAPTIC_ENABLE = yes # Enable solenoid support +HAPTIC_DRIVER += SOLENOID -- cgit v1.2.3