diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-01-11 08:38:31 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-10 16:38:31 -0800 |
commit | a2ddb44957ce134b08081daf769ec25cd1463918 (patch) | |
tree | 90c60d1ec2ad9bc9a9900441e43d48053549c36d /keyboards/marksard/treadstone48/treadstone48/rules.mk | |
parent | 31a6401193f66d5c6d244c3db6e6292b57e274d7 (diff) |
[Keyboard] move marksard's boards to marksard/ (#15786)
Diffstat (limited to 'keyboards/marksard/treadstone48/treadstone48/rules.mk')
-rw-r--r-- | keyboards/marksard/treadstone48/treadstone48/rules.mk | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/keyboards/marksard/treadstone48/treadstone48/rules.mk b/keyboards/marksard/treadstone48/treadstone48/rules.mk new file mode 100644 index 0000000000..3bf42c85c6 --- /dev/null +++ b/keyboards/marksard/treadstone48/treadstone48/rules.mk @@ -0,0 +1,25 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = caterina + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +EXTRAKEY_ENABLE = no # 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 +AUDIO_ENABLE = no # Audio output +SPLIT_KEYBOARD = yes + +MOUSEKEY_ENABLE = yes # Mouse keys + +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 + +DEFAULT_FOLDER = treadstone48/rev1 |