Add firmware for hardware rev 3 (eepyBoard v1.2)

This commit is contained in:
Lexi / Zoe 2025-08-16 17:07:57 +02:00
parent 4b062a125a
commit f4d59d1f97
Signed by: binaryDiv
GPG key ID: F8D4956E224DA232
8 changed files with 432 additions and 2 deletions

View file

@ -0,0 +1,9 @@
# Enable support for rotary encoder
ENCODER_ENABLE = yes
ENCODER_MAP_ENABLE = yes
# Use RP2040-specific driver for WS2812 (PIO-based)
WS2812_DRIVER = vendor
# Enable support for dynamic macros
DYNAMIC_MACRO_ENABLE = yes