Skip to content

Commit 63f92d4

Browse files
authored
Update cripchorder.overlay
keymap node uitgecomment
1 parent cfe27cb commit 63f92d4

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

config/boards/shields/cripchorder.overlay

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,19 +57,18 @@
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

0 commit comments

Comments
 (0)