forked from kofal.net/zmk
Lots more pieces toward HID working again.
This commit is contained in:
@@ -1,11 +1,18 @@
|
||||
#include <dt-bindings/zmk/keys.h>
|
||||
#include <behaviors/key_press.dtsi>
|
||||
#include <behaviors/reset.dtsi>
|
||||
#include <behaviors/keymap.dtsi>
|
||||
#include <keymap.h>
|
||||
|
||||
/ {
|
||||
chosen {
|
||||
zmk,keymap = &keymap0;
|
||||
zmk,global_bindings = &bindings;
|
||||
};
|
||||
|
||||
bindings: global_bindings {
|
||||
compatible = "zmk,global-bindings";
|
||||
bindings = <&reset>;
|
||||
};
|
||||
keymap0: keymap {
|
||||
compatible = "zmk,keymap";
|
||||
|
||||
Reference in New Issue
Block a user