diff options
author | Drashna Jael're <drashna@live.com> | 2021-12-14 18:29:13 -0800 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-12-14 18:29:13 -0800 |
commit | 14d5e92da515ea4e35bc554c20b116a131928eab (patch) | |
tree | 3d798403b0339ae2305546268ddefeecbc21aeb0 /keyboards/mechbrewery/mb65s/rules.mk | |
parent | 8b865a9d6445e3bce6c991224f373d71c67e87e5 (diff) | |
parent | e9731c19c70c8411b99775bf12303a1b2baf585c (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechbrewery/mb65s/rules.mk')
-rw-r--r-- | keyboards/mechbrewery/mb65s/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/mechbrewery/mb65s/rules.mk b/keyboards/mechbrewery/mb65s/rules.mk new file mode 100644 index 0000000000..09f27b3a50 --- /dev/null +++ b/keyboards/mechbrewery/mb65s/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 = no # Commands for debug and configuration +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +LTO_ENABLE = yes + +LAYOUTS = 65_ansi 65_iso 65_ansi_split_bs |