diff options
Diffstat (limited to 'keyboards/atomic/rules.mk')
-rw-r--r-- | keyboards/atomic/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/atomic/rules.mk b/keyboards/atomic/rules.mk index 0bedc6f5c8..3bd04a00a7 100644 --- a/keyboards/atomic/rules.mk +++ b/keyboards/atomic/rules.mk @@ -66,4 +66,6 @@ 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. # 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 |