You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include <behaviors.dtsi> |
|
#include <dt-bindings/zmk/keys.h> |
|
#include <dt-bindings/zmk/kscan_mock.h> |
|
|
|
/ { |
|
chosen { |
|
zmk,kscan = &kscan; |
|
}; |
|
|
|
kscan: kscan { |
|
compatible = "zmk,kscan-mock"; |
|
label = "KSCAN_MOCK"; |
|
|
|
rows = <2>; |
|
columns = <2>; |
|
exit-after; |
|
}; |
|
};
|
|
|