diff options
author | werther <werther@mailbox.org> | 2022-01-09 21:08:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 12:08:18 -0800 |
commit | 1ed5c48d939ce711977e345bd127ec10415ae6af (patch) | |
tree | 97652713446ec994871f1511fbbc2a23e2cc4742 /keyboards/id67/rgb/rules.mk | |
parent | ec78acae690ae8b6122132b810ce663604cd8b9b (diff) | |
download | qmk_firmware-1ed5c48d939ce711977e345bd127ec10415ae6af.tar.gz qmk_firmware-1ed5c48d939ce711977e345bd127ec10415ae6af.zip |
[Keyboard] Add RGB Matrix support to id67 and add thewerther keymap (#15558)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: sigprof and fauxpark
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/id67/rgb/rules.mk')
-rw-r--r-- | keyboards/id67/rgb/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/id67/rgb/rules.mk b/keyboards/id67/rgb/rules.mk new file mode 100644 index 0000000000..5ebc2b824a --- /dev/null +++ b/keyboards/id67/rgb/rules.mk @@ -0,0 +1,25 @@ +# 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 = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output + +RGB_MATRIX_ENABLE = yes # Enable RGB Matrix feature +RGB_MATRIX_DRIVER = WS2812 # ID67 uses WS2812 driver + +KEY_LOCK_ENABLE = yes # Enable KC_LOCK support + +LAYOUTS = 65_ansi_blocker |