diff options
Diffstat (limited to 'keyboards/diverge3/diverge3.h')
-rw-r--r-- | keyboards/diverge3/diverge3.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/diverge3/diverge3.h b/keyboards/diverge3/diverge3.h index 0d5086778..37bad2ee7 100644 --- a/keyboards/diverge3/diverge3.h +++ b/keyboards/diverge3/diverge3.h | |||
@@ -29,7 +29,7 @@ | |||
29 | // This a shortcut to help you visually see your layout. | 29 | // This a shortcut to help you visually see your layout. |
30 | // The second converts the arguments into a two-dimensional array | 30 | // The second converts the arguments into a two-dimensional array |
31 | // Used to create a keymap using only KC_ prefixed keys | 31 | // Used to create a keymap using only KC_ prefixed keys |
32 | #define KC_KEYMAP( \ | 32 | #define LAYOUT( \ |
33 | L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \ | 33 | L00, L01, L02, L03, L04, L05, L06, R00, R01, R02, R03, R04, R05, R06, \ |
34 | L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \ | 34 | L10, L11, L12, L13, L14, L15, L16, R10, R11, R12, R13, R14, R15, R16, \ |
35 | L20, L21, L22, L23, L24, L25, L26, R20, R21, R22, R23, R24, R25, R26, \ | 35 | L20, L21, L22, L23, L24, L25, L26, R20, R21, R22, R23, R24, R25, R26, \ |