diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-07 08:25:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-07 08:25:25 +0000 |
commit | f9a39775fccd06cc08bb04b50baa01abf7ebcd59 (patch) | |
tree | 8ee6ea2fd7c61588ab553cf9ebf8d3f16bd8531b /keyboards/handwired/croxsplit44/rules.mk | |
parent | 6e8c3dfafc3fc078d7df2d0ef227cdb037401fdc (diff) | |
parent | febbf66be148c154d9f54027a274ae8a1542712f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/handwired/croxsplit44/rules.mk')
-rw-r--r-- | keyboards/handwired/croxsplit44/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/handwired/croxsplit44/rules.mk b/keyboards/handwired/croxsplit44/rules.mk new file mode 100644 index 0000000000..0b2170c456 --- /dev/null +++ b/keyboards/handwired/croxsplit44/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = at90usb1286 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # 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 +# 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |