From 2d1f2810a41b8a93c21035b14afacb717ef7c822 Mon Sep 17 00:00:00 2001 From: federicoweber Date: Mon, 21 Feb 2022 00:38:53 -0800 Subject: [Keyboard] add Gizmo Engineering GK6 keyboard (#13907) Co-authored-by: Ryan Co-authored-by: Drashna Jaelre --- keyboards/gizmo_engineering/gk6/rules.mk | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 keyboards/gizmo_engineering/gk6/rules.mk (limited to 'keyboards/gizmo_engineering/gk6/rules.mk') diff --git a/keyboards/gizmo_engineering/gk6/rules.mk b/keyboards/gizmo_engineering/gk6/rules.mk new file mode 100755 index 0000000000..c70d2ea88d --- /dev/null +++ b/keyboards/gizmo_engineering/gk6/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 = no # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +RGB_MATRIX_ENABLE = yes +RGB_MATRIX_DRIVER = IS31FL3731 -- cgit v1.2.3