diff options
Diffstat (limited to 'keyboards/xd75/rules.mk')
-rw-r--r-- | keyboards/xd75/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/xd75/rules.mk b/keyboards/xd75/rules.mk index e99272943..4b2682b19 100644 --- a/keyboards/xd75/rules.mk +++ b/keyboards/xd75/rules.mk @@ -1,5 +1,4 @@ # MCU name -#MCU = at90usb1286 MCU = atmega32u4 # Processor frequency. @@ -65,4 +64,4 @@ BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend -LAYOUTS = ortho_5x15
\ No newline at end of file +LAYOUTS = ortho_5x15 |