]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/atomic/rules.mk
Add user-overridable callback for cancelling UCIS input (#5564)
[qmk_firmware.git] / keyboards / atomic / rules.mk
index 0bedc6f5c853c0b168012841e475bc76d3b3e4f2..eee6c2530a26a909f841c57c5bdc0a17dd653daa 100644 (file)
@@ -63,7 +63,9 @@ 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. 
 
 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
-SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
\ No newline at end of file
+SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
+
+LAYOUTS = ortho_5x15
\ No newline at end of file