* Add piantor
* Add Piantor Vial and EstarDyn clone support
Rebased Vial config from [here](36c0fa94a3 (diff-50b215a89a3057054d008a63d5be69aee88134514ead8b432ab246662cc8fe53)
)
produced by Beekeeb, and added support for EstarDyn Pico clones which each have a WS2812 LED
---------
Co-authored-by: Leo Lou <louyuhong@gmail.com>
9 lines
240 B
C
9 lines
240 B
C
/* keyboard uid */
|
|
#define VIAL_KEYBOARD_UID {0xDC, 0x6D, 0x9C, 0x42, 0x53, 0x42, 0x75, 0x0F}
|
|
|
|
#define VIAL_UNLOCK_COMBO_ROWS { 0, 4 }
|
|
#define VIAL_UNLOCK_COMBO_COLS { 0, 5 }
|
|
|
|
/* default layer count */
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 10
|