Skip to content

Commit f3d54b8

Browse files
Fix typo in combo_layers.md (#1017)
changes KC.8 to KC.N8 fixes a minor typo in the example
1 parent ccfd54f commit f3d54b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/combo_layers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ keyboard.keymap = [
7575
],
7676
[ #Layer 1
7777
KC.N1, KC.N2, KC.N3, KC.N4,
78-
KC.N5, KC.N6, KC.N7, KC.8,
78+
KC.N5, KC.N6, KC.N7, KC.N8,
7979
KC.MO(1), KC.N9, KC.N0, KC.MO(2),
8080
],
8181
[ #Layer 2

0 commit comments

Comments
 (0)