diff options
author | QMK Bot <hello@qmk.fm> | 2022-03-08 03:40:42 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-03-08 03:40:42 +0000 |
commit | 280bea87a6d6cb9c43eae3eae168312506d1f237 (patch) | |
tree | cd45714d7fa51acd5ce4e8311d89308489b5bfbe /keyboards/tkc/portico68v2/rules.mk | |
parent | 9237326664b0de9645485263b46ee0b34ea3745d (diff) | |
parent | ec3df85f08edf2636599edb96f358004ee020c86 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/tkc/portico68v2/rules.mk')
-rw-r--r-- | keyboards/tkc/portico68v2/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/tkc/portico68v2/rules.mk b/keyboards/tkc/portico68v2/rules.mk new file mode 100644 index 0000000000..f8e7ced981 --- /dev/null +++ b/keyboards/tkc/portico68v2/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 = yes # Mouse keys +EXTRAKEY_ENABLE = yes # Audio control and System control +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = yes # 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 +LTO_ENABLE = yes # Compile-time optimizations +RGB_MATRIX_ENABLE = yes # Use RGB matrix +RGB_MATRIX_DRIVER = IS31FL3741
\ No newline at end of file |