diff options
author | QMK Bot <hello@qmk.fm> | 2021-12-07 05:17:41 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-12-07 05:17:41 +0000 |
commit | fc51ce8304e7c5cf7d089d20726c2a6814411782 (patch) | |
tree | e17d1226aecd8c27b688919ce401e6bce6a2975d /keyboards/paprikman/albacore/rules.mk | |
parent | 1b67b14587f73e5d274d4090d8dd957df5200008 (diff) | |
parent | 3cd77c53e2bb76496a43a60ef78dce3e47fde5ee (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/paprikman/albacore/rules.mk')
-rw-r--r-- | keyboards/paprikman/albacore/rules.mk | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/keyboards/paprikman/albacore/rules.mk b/keyboards/paprikman/albacore/rules.mk new file mode 100644 index 0000000000..baf1b10f28 --- /dev/null +++ b/keyboards/paprikman/albacore/rules.mk @@ -0,0 +1,26 @@ +# 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 +# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE +SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend +# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work +NKRO_ENABLE = no # USB Nkey 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 = WS2812 + +LTO_ENABLE = yes |