From 1ed5c48d939ce711977e345bd127ec10415ae6af Mon Sep 17 00:00:00 2001 From: werther Date: Sun, 9 Jan 2022 21:08:18 +0100 Subject: [Keyboard] Add RGB Matrix support to id67 and add thewerther keymap (#15558) Co-authored-by: Drashna Jaelre Co-authored-by: sigprof and fauxpark Co-authored-by: Ryan --- keyboards/id67/default_rgb/rules.mk | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 keyboards/id67/default_rgb/rules.mk (limited to 'keyboards/id67/default_rgb/rules.mk') diff --git a/keyboards/id67/default_rgb/rules.mk b/keyboards/id67/default_rgb/rules.mk new file mode 100644 index 0000000000..574f0067fb --- /dev/null +++ b/keyboards/id67/default_rgb/rules.mk @@ -0,0 +1,22 @@ +# 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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +KEY_LOCK_ENABLE = yes # Enable KC_LOCK support + +LAYOUTS = 65_ansi_blocker -- cgit v1.2.1