aboutsummaryrefslogtreecommitdiff
path: root/keyboards/wolf/sabre/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/wolf/sabre/rules.mk')
-rw-r--r--keyboards/wolf/sabre/rules.mk23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/wolf/sabre/rules.mk b/keyboards/wolf/sabre/rules.mk
new file mode 100644
index 000000000..39ad4aa5a
--- /dev/null
+++ b/keyboards/wolf/sabre/rules.mk
@@ -0,0 +1,23 @@
1# MCU name
2MCU = atmega32u4
3
4# Processor frequency
5F_CPU = 8000000
6
7# Bootloader selection
8BOOTLOADER = atmel-dfu
9
10# Build Options
11# change yes to no to disable
12#
13BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
14MOUSEKEY_ENABLE = no # Mouse keys
15EXTRAKEY_ENABLE = yes # Audio control and System control
16CONSOLE_ENABLE = no # Console for debug
17COMMAND_ENABLE = no # Commands for debug and configuration
18NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21AUDIO_ENABLE = no # Audio output
22BACKLIGHT_ENABLE = yes
23BACKLIGHT_DRIVER = pwm \ No newline at end of file