File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5757 };
5858};
5959
60- // this is the part of the programme where you define what the ouput of the 8 keys wille be when you just press them
60+ // this is the part of the programme where you define what the ouput of the 8 keys will be when you just press them
6161 // The Keymap node defines what each physical key does
6262 // Basic keymap for testing: A–H in reading order
63- keymap {
64- compatible = "zmk,keymap";
65-
66- default_layer { // also works with 'base_layer'
67- bindings = <
68- &kp A &kp B &kp C &kp D
69- &kp E &kp F &kp G &kp H
70- >;
71- };
72- };
63+ // keymap {
64+ // compatible = "zmk,keymap";
65+ // default_layer { // also works with 'base_layer'
66+ // bindings = <
67+ // &kp A &kp B &kp C &kp D
68+ // &kp E &kp F &kp G &kp H
69+ // >;
70+ // };
71+ // };
7372
7473};
7574
You can’t perform that action at this time.
0 commit comments