From 84718c0ab7fc3661d9420e9872e3a86732da52a9 Mon Sep 17 00:00:00 2001 From: alabbe9545 <57238155+alabbe9545@users.noreply.github.com> Date: Tue, 21 Jun 2022 05:33:29 +0200 Subject: [Keyboard] Add labbeminiv1 (#16401) * [Keyboard] Add labbeminiv1 * Adjust vendor id The used vendor id was in use * Remove comment in the rgb keymap * Update keyboards/labbe/labbeminiv1/rules.mk Co-authored-by: Ryan * Rename rgb matrix keymap folder Co-authored-by: Ryan --- keyboards/labbe/labbeminiv1/rules.mk | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 keyboards/labbe/labbeminiv1/rules.mk (limited to 'keyboards/labbe/labbeminiv1/rules.mk') diff --git a/keyboards/labbe/labbeminiv1/rules.mk b/keyboards/labbe/labbeminiv1/rules.mk new file mode 100644 index 0000000000..424f7c14f5 --- /dev/null +++ b/keyboards/labbe/labbeminiv1/rules.mk @@ -0,0 +1,18 @@ +# 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 = no # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration +NKRO_ENABLE = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output \ No newline at end of file -- cgit v1.2.1