]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/redox/rules.mk
Remove commented out MCUs in rules.mk (#5884)
[qmk_firmware.git] / keyboards / redox / rules.mk
index 3e79bf1fe9d4015ec37395abf37e63a8459415d2..81c0694e09aee5e90334d4920e5455163850728e 100644 (file)
@@ -1,10 +1,4 @@
-SRC += matrix.c \
-          i2c.c \
-          split_util.c \
-          serial.c
-
 # MCU name
-#MCU = at90usb1286
 MCU = atmega32u4
 
 # Processor frequency.
@@ -71,10 +65,8 @@ UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 AUDIO_ENABLE = no           # Audio output on port C6
 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches
-RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
-SUBPROJECT_rev1 = yes
-USE_I2C = yes
+RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight. 
 
-CUSTOM_MATRIX = yes
+SPLIT_KEYBOARD = yes
 
 DEFAULT_FOLDER = redox/rev1