diff options
author | Osamu Aoki <osamu@debian.org> | 2017-03-13 17:11:05 +0000 |
---|---|---|
committer | nielsenz <nielsen.zac@gmail.com> | 2017-03-30 19:08:15 -0700 |
commit | 3a1ee48cda5f185ebb3a4f989b389edf029992bb (patch) | |
tree | ac7df902805a179dcb2a98337f1ddd452eef1058 | |
parent | 2366ebfbbdeb6ec29cc9a0facda44d666305dd6e (diff) | |
download | qmk_firmware-3a1ee48cda5f185ebb3a4f989b389edf029992bb.tar.gz qmk_firmware-3a1ee48cda5f185ebb3a4f989b389edf029992bb.zip |
Typo fix
-rw-r--r-- | quantum/template/template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h index e912188bad..7e2b14f3c1 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h @@ -20,7 +20,7 @@ // This a shortcut to help you visually see your layout. // The following is an example using the Planck MIT layout -// The first section contains all of the arguements +// The first section contains all of the arguments // The second converts the arguments into a two-dimensional array #define KEYMAP( \ k00, k01, k02, \ |