diff options
author | QMK Bot <hello@qmk.fm> | 2022-02-21 08:39:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-02-21 08:39:42 +0000 |
commit | 8dc7cae7c712b6f405e69b5a25dbb111fb8fdc5e (patch) | |
tree | a2ee6ddfe875d22a9c92b6b774274e308a4eda4a /keyboards/gizmo_engineering/gk6/rules.mk | |
parent | f01caa2a5a1fa4ba97ebe77b1dd2cf1340320de2 (diff) | |
parent | 2d1f2810a41b8a93c21035b14afacb717ef7c822 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/gizmo_engineering/gk6/rules.mk')
-rwxr-xr-x | keyboards/gizmo_engineering/gk6/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
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 |