diff options
author | Drashna Jael're <drashna@live.com> | 2021-09-17 18:39:16 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2021-09-17 18:39:16 -0700 |
commit | c14abd8c14f512ca160f99a942734b0f652a453c (patch) | |
tree | 8a944dd15388348b4a7f8c79f5e6bf9061289d83 /keyboards/nix_studio/oxalys80/rules.mk | |
parent | efde8d657ac43d7b007437caa72dee96e149e94a (diff) | |
parent | 7c09b2667b49839d6c1a27133751d43642149a84 (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/nix_studio/oxalys80/rules.mk')
-rw-r--r-- | keyboards/nix_studio/oxalys80/rules.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/nix_studio/oxalys80/rules.mk b/keyboards/nix_studio/oxalys80/rules.mk index cc0852eada..3da643f9ff 100644 --- a/keyboards/nix_studio/oxalys80/rules.mk +++ b/keyboards/nix_studio/oxalys80/rules.mk @@ -10,14 +10,16 @@ BOOTLOADER = atmel-dfu BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite MOUSEKEY_ENABLE = yes # Mouse keys EXTRAKEY_ENABLE = yes # Audio control and System control -CONSOLE_ENABLE = no # Console for debug -COMMAND_ENABLE = no # Commands for debug and configuration +CONSOLE_ENABLE = no # Console for debug +COMMAND_ENABLE = no # Commands for debug and configuration # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work NKRO_ENABLE = no # USB Nkey Rollover -BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = yes # Enable RGB underglow -UNICODE_ENABLE = no # Unicode +BLUETOOTH_ENABLE = no # Enable Bluetooth AUDIO_ENABLE = no # Audio output LTO_ENABLE = yes + +LAYOUTS = tkl_ansi tkl_iso |