diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-10 19:00:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-10 19:00:14 +0000 |
commit | d52dca47e807b2638d053ebaba50201547e86c50 (patch) | |
tree | 0b089319f480c96fea6fa121eed6a5633b4e2f24 /keyboards/kbdfans/kbd75rgb/rules.mk | |
parent | 0c402157fc8f586e443468e61ca94ce01a9a0ea4 (diff) | |
parent | 50d46b5003a4469689337f218b415b2c61ffd185 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kbdfans/kbd75rgb/rules.mk')
-rw-r--r-- | keyboards/kbdfans/kbd75rgb/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/kbdfans/kbd75rgb/rules.mk b/keyboards/kbdfans/kbd75rgb/rules.mk new file mode 100644 index 0000000000..477bc16bdc --- /dev/null +++ b/keyboards/kbdfans/kbd75rgb/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = lufa-ms +# 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 = yes # 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 # Use RGB matrix +RGB_MATRIX_DRIVER = WS2812 +LTO_ENABLE = yes + +LAYOUTS = 75_ansi |