diff options
author | QMK Bot <hello@qmk.fm> | 2021-10-16 06:07:12 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2021-10-16 06:07:12 +0000 |
commit | 9c15fbf9b35da9747a0ce07a9fd2a8a264199014 (patch) | |
tree | 5ecb1fc236218e189411e9cf8307c9f4e4e189f7 /keyboards/senselessclay/ck65/rules.mk | |
parent | ede6122ac67d990078bd6e278bdeec3bff8be0ff (diff) | |
parent | 79a34d8ec3073e49bae6d49fa15867b08299b652 (diff) |
Merge remote-tracking branch 'origin/master' into develop
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 |