mirror of
https://github.com/CrispyPin/zmk-config.git
synced 2024-11-21 17:40:25 +01:00
maybe fix battery level?
This commit is contained in:
parent
b56a85c4ef
commit
35b2760d8d
1 changed files with 6 additions and 11 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,matrix_transform = &default_transform;
|
||||
zmk,battery = &vbatt;
|
||||
};
|
||||
|
||||
|
@ -9,13 +11,6 @@
|
|||
compatible = "zmk,battery-nrf-vddh";
|
||||
label = "VBATT";
|
||||
};
|
||||
};
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,kscan = &kscan0;
|
||||
zmk,matrix_transform = &default_transform;
|
||||
};
|
||||
|
||||
default_transform: keymap_transform_0 {
|
||||
compatible = "zmk,matrix-transform";
|
||||
|
|
Loading…
Reference in a new issue