zompi: split works, no external pullup needed
This commit is contained in:
parent
78a00d66ea
commit
0c18526ada
@ -23,7 +23,9 @@
|
|||||||
#define MANUFACTURER tompi
|
#define MANUFACTURER tompi
|
||||||
#define PRODUCT Zompi
|
#define PRODUCT Zompi
|
||||||
|
|
||||||
//#define SOFT_SERIAL_PIN GP0
|
#define SOFT_SERIAL_PIN GP0
|
||||||
|
#define CRC8_USE_TABLE
|
||||||
|
#define CRC8_OPTIMIZE_SPEED
|
||||||
|
|
||||||
//#define MASTER_RIGHT
|
//#define MASTER_RIGHT
|
||||||
|
|
||||||
|
@ -9,12 +9,13 @@ BOOTLOADER = rp2040
|
|||||||
#
|
#
|
||||||
RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)
|
RGB_MATRIX_ENABLE = no # Enable keyboard RGB matrix (do not use together with RGBLIGHT_ENABLE)
|
||||||
#RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
|
#RGB_MATRIX_DRIVER = WS2812 # RGB matrix driver support
|
||||||
#SPLIT_KEYBOARD = yes
|
SPLIT_KEYBOARD = yes
|
||||||
LTO_ENABLE = yes
|
LTO_ENABLE = yes
|
||||||
|
|
||||||
AUDIO_SUPPORTED = no
|
AUDIO_SUPPORTED = no
|
||||||
RGB_MATRIX_SUPPORTED = no
|
RGB_MATRIX_SUPPORTED = no
|
||||||
RGBLIGHT_SUPPORTED = no
|
RGBLIGHT_SUPPORTED = no
|
||||||
|
SERIAL_DRIVER = vendor
|
||||||
|
|
||||||
LAYOUTS = split_3x5_3
|
LAYOUTS = split_3x5_3
|
||||||
OLED_DRIVER = SSD1306
|
OLED_DRIVER = SSD1306
|
||||||
|
Loading…
x
Reference in New Issue
Block a user