diff options
author | hadi <h.m.iskandarani@gmail.com> | 2021-10-15 23:06:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-15 23:06:43 -0700 |
commit | 79a34d8ec3073e49bae6d49fa15867b08299b652 (patch) | |
tree | cf3168dfa873bd13d27e6322d2aed3a817f7247b /keyboards/senselessclay/ck65/rules.mk | |
parent | 6b299fab6e6a3143c061b9ea005253361fcd524b (diff) |
[Keyboard] Adding CK60 and CK65 (#14737)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/senselessclay/ck65/rules.mk')
-rw-r--r-- | keyboards/senselessclay/ck65/rules.mk | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/keyboards/senselessclay/ck65/rules.mk b/keyboards/senselessclay/ck65/rules.mk new file mode 100644 index 0000000000..56ba35b4b8 --- /dev/null +++ b/keyboards/senselessclay/ck65/rules.mk @@ -0,0 +1,21 @@ +# MCU name +MCU = atmega32u4 + +# Bootloader selection +BOOTLOADER = atmel-dfu + +# Build Options +# change yes to no to disable +# +BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite +MOUSEKEY_ENABLE = no # 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 = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output
\ No newline at end of file |