blob: 47dd9a7e27e806e7a4a270346155fc8ffd2bb7ca (
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_DRIVER_ENABLE = yes # Enable the OLED Driver
# Do not edit past here
include keyboards/$(KEYBOARD)/post_rules.mk
|