]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/helix/rules.mk
Remove commented out MCUs in rules.mk (#5884)
[qmk_firmware.git] / keyboards / helix / rules.mk
index c35f93fb07e39b5d7c47d16b28f5144efc0e7361..b3eea4028e35247e1c2cd2b9b06b854450e090ed 100644 (file)
@@ -1,9 +1,8 @@
-SRC += i2c.c \
-          serial.c \
-          ssd1306.c
+SRC += i2c.c
+SRC += serial.c
+SRC += ssd1306.c
 
 # MCU name
-#MCU = at90usb1287
 MCU = atmega32u4
 
 # Processor frequency.
@@ -62,7 +61,7 @@ MIDI_ENABLE = no            # MIDI controls
 AUDIO_ENABLE = no           # Audio output on port C6
 UNICODE_ENABLE = no         # Unicode
 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
-RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
+RGBLIGHT_ENABLE = no       # Enable WS2812 RGB underlight.
 SUBPROJECT_rev1 = no
 USE_I2C = yes
 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE