diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-03-30 08:45:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-30 08:45:56 -0400 |
commit | 338edcabd79414f505180646cd37b9701384311a (patch) | |
tree | 0ed864b5dc3c5b79b8decab7e3d14f522bb8cc42 /quantum/template | |
parent | 942f2ccee44bdb2e251553e9730cd8d59307d8b2 (diff) | |
parent | c782b269b6544f63a13b80e9b28f460fded63f67 (diff) | |
download | qmk_firmware-338edcabd79414f505180646cd37b9701384311a.tar.gz qmk_firmware-338edcabd79414f505180646cd37b9701384311a.zip |
Merge pull request #1184 from osamuaoki/master
Update keymap.md to QMK
Diffstat (limited to 'quantum/template')
-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, \ |