]> 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 e42f92cf8a7fbf559f8d7cfbe93a0e75a5678914..b3eea4028e35247e1c2cd2b9b06b854450e090ed 100644 (file)
@@ -2,11 +2,7 @@ SRC += i2c.c
 SRC += serial.c
 SRC += ssd1306.c
 
-# if firmware size over limit, try this option
-# CFLAGS += -flto
-
 # MCU name
-#MCU = at90usb1287
 MCU = atmega32u4
 
 # Processor frequency.
@@ -65,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