diff options
author | Uy Bui <uybv.cntt@gmail.com> | 2022-01-09 12:53:45 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-08 19:53:45 -0800 |
commit | 50d81b63e91c6d16d8f20f52ebd8f216797cab1f (patch) | |
tree | b02dd724bec742dcb4e6e01143801623fb71685a /keyboards/wekey/stelo65/rules.mk | |
parent | 0acc0924db3be0647aaeb61fc002641f84d18d59 (diff) |
[Keyboard] Stelo65 (#15102)
* [Keyboard] add new keyboard Stelo
* [Keyboard] Stelo encoder action
* Update keyboards/wekey/stelo/readme.md
* Update keyboards/wekey/stelo/rules.mk
* [Keyboard] change name Stelo to Stelo65
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 |