blob: f9832323b4391955db465c69927ca520fb1cebb7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Overridden build options from rev1
# RGB Options
LED_MIRRORED = no # Mirror LEDs across halves (enable DIP 1 on slave, and DIP 2 and 3 on master)
# Misc
OLED_ENABLE = yes # Enable the OLED Driver
# Do not edit past here
include keyboards/$(KEYBOARD)/post_rules.mk
|