diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-09 03:54:14 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-09 03:54:14 +0000 |
commit | a1ca14c1e1497df4d6dbf0f110824ca6deb07ec7 (patch) | |
tree | 15530b8a840808f390a32cf8a12f5ca65c3e568d /keyboards/wekey/stelo65/rules.mk | |
parent | 7562f6644f654d0d870d19b5c51d3dd51f9ffb09 (diff) | |
parent | 50d81b63e91c6d16d8f20f52ebd8f216797cab1f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/wekey/stelo65/rules.mk')
-rw-r--r-- | keyboards/wekey/stelo65/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/wekey/stelo65/rules.mk b/keyboards/wekey/stelo65/rules.mk new file mode 100644 index 0000000000..9754b6df42 --- /dev/null +++ b/keyboards/wekey/stelo65/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 = 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 +NKRO_ENABLE = yes # Enable N-Key Rollover +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality +RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow +AUDIO_ENABLE = no # Audio output +ENCODER_ENABLE = yes +DEBOUNCE_TYPE = sym_defer_pk + +SRC += encoder_actions.c |