diff options
author | skullY <skullydazed@gmail.com> | 2017-11-02 17:36:15 -0700 |
---|---|---|
committer | skullY <skullydazed@gmail.com> | 2017-11-02 17:36:15 -0700 |
commit | f357bd0cccb24fd897e8b042152702b72c1bb52e (patch) | |
tree | 35e404f696b013568914549c980f42149d14aebe /keyboards/roadkit/roadkit.h | |
parent | 685d4c2f9754e22de3b68379cfc959197495c0aa (diff) | |
download | qmk_firmware-f357bd0cccb24fd897e8b042152702b72c1bb52e.tar.gz qmk_firmware-f357bd0cccb24fd897e8b042152702b72c1bb52e.zip |
fix a typo
Diffstat (limited to 'keyboards/roadkit/roadkit.h')
-rw-r--r-- | keyboards/roadkit/roadkit.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/roadkit/roadkit.h b/keyboards/roadkit/roadkit.h index 486ba5059c..726542b036 100644 --- a/keyboards/roadkit/roadkit.h +++ b/keyboards/roadkit/roadkit.h @@ -17,7 +17,7 @@ { K30, KC_NO, K32, KC_NO } \ } -#define LAYOUT_ortho_4x4 ( \ +#define LAYOUT_ortho_4x4( \ K00, K01, K02, K03, \ K10, K11, K12, K13, \ K20, K21, K22, K23, \ |