Fixed notes
This commit is contained in:
parent
fa334fe25f
commit
5e2d8b5d1f
3 changed files with 4 additions and 11 deletions
|
@ -3,10 +3,10 @@
|
||||||
|
|
||||||
if BOARD_DAO_LEFT
|
if BOARD_DAO_LEFT
|
||||||
|
|
||||||
config ZMK_KEYBOARD_NAME
|
config ZMK_KEYBOARD_NAME
|
||||||
default "Dao"
|
default "Dao"
|
||||||
|
|
||||||
config ZMK_SPLIT_ROLE_CENTRAL
|
config ZMK_SPLIT_ROLE_CENTRAL
|
||||||
default y
|
default y
|
||||||
|
|
||||||
endif # BOARD_DAO_LEFT
|
endif # BOARD_DAO_LEFT
|
||||||
|
|
|
@ -19,12 +19,13 @@
|
||||||
zephyr,sram = &sram0;
|
zephyr,sram = &sram0;
|
||||||
zephyr,flash = &flash0;
|
zephyr,flash = &flash0;
|
||||||
zmk,kscan = &kscan0;
|
zmk,kscan = &kscan0;
|
||||||
|
zmk,matrix_transform = &default_transform;
|
||||||
zmk,battery = &vbatt;
|
zmk,battery = &vbatt;
|
||||||
};
|
};
|
||||||
|
|
||||||
default_transform: keymap_transform_0 {
|
default_transform: keymap_transform_0 {
|
||||||
compatible = "zmk,matrix-transform";
|
compatible = "zmk,matrix-transform";
|
||||||
columns = <12>;
|
columns = <14>;
|
||||||
rows = <4>;
|
rows = <4>;
|
||||||
|
|
||||||
// | SW19 | SW1 | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | SW1 | SW19 |
|
// | SW19 | SW1 | SW2 | SW3 | SW4 | SW5 | SW6 | | SW6 | SW5 | SW4 | SW3 | SW2 | SW1 | SW19 |
|
||||||
|
|
|
@ -13,14 +13,6 @@
|
||||||
#define RSE 2
|
#define RSE 2
|
||||||
#define ADJ 3
|
#define ADJ 3
|
||||||
|
|
||||||
< {
|
|
||||||
quick_tap_ms = <200>;
|
|
||||||
};
|
|
||||||
|
|
||||||
&mt {
|
|
||||||
quick_tap_ms = <200>;
|
|
||||||
};
|
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
zmk,matrix_transform = &default_transform;
|
zmk,matrix_transform = &default_transform;
|
||||||
|
|
Loading…
Add table
Reference in a new issue