summaryrefslogtreecommitdiff
path: root/keyboards/percent/skog/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/percent/skog/rules.mk')
-rw-r--r--keyboards/percent/skog/rules.mk33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/percent/skog/rules.mk b/keyboards/percent/skog/rules.mk
new file mode 100644
index 0000000000..2b0c1154dd
--- /dev/null
+++ b/keyboards/percent/skog/rules.mk
@@ -0,0 +1,33 @@
+# MCU name
+MCU = atmega32a
+
+# Bootloader selection
+# Teensy halfkay
+# Pro Micro caterina
+# Atmel DFU atmel-dfu
+# LUFA DFU lufa-dfu
+# QMK DFU qmk-dfu
+# ATmega32A bootloadHID
+# ATmega328P USBasp
+BOOTLOADER = bootloadHID
+
+# build options
+BOOTMAGIC_ENABLE = full
+MOUSEKEY_ENABLE = no
+EXTRAKEY_ENABLE = yes
+CONSOLE_ENABLE = yes
+COMMAND_ENABLE = yes
+BACKLIGHT_ENABLE = yes
+RGBLIGHT_ENABLE = yes
+WS2812_DRIVER = i2c
+
+BACKLIGHT_CUSTOM_DRIVER = yes
+
+OPT_DEFS = -DDEBUG_LEVEL=0
+
+# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
+SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
+
+# custom matrix setup
+CUSTOM_MATRIX = yes
+SRC = matrix.c backlight.c