diff options
author | Yon Nor <ahmad.nasrun@gmail.com> | 2021-07-04 11:24:20 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-03 20:24:20 -0700 |
commit | 4d4cac2d07dd23262659fb2f28d22a3d1a4c042b (patch) | |
tree | 4c16daffb5cbe45d76a930e875d05704648d170e /keyboards/cx60/rules.mk | |
parent | 6d8fac5e2df017e09770fc59ba4b9ec473cafe5e (diff) | |
download | qmk_firmware-4d4cac2d07dd23262659fb2f28d22a3d1a4c042b.tar.gz qmk_firmware-4d4cac2d07dd23262659fb2f28d22a3d1a4c042b.zip |
[Keyboard] Add CX60 (#13402)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/cx60/rules.mk')
-rw-r--r-- | keyboards/cx60/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/cx60/rules.mk b/keyboards/cx60/rules.mk new file mode 100644 index 0000000000..5a286ce0f1 --- /dev/null +++ b/keyboards/cx60/rules.mk @@ -0,0 +1,22 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = full # Virtual DIP switch configuration +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 = yes # USB Nkey Rollover +BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +BLUETOOTH_ENABLE = no # Enable Bluetooth +AUDIO_ENABLE = no # Audio output |