diff options
author | Stephan Bösebeck <sb@caluga.de> | 2016-03-08 23:56:50 +0100 |
---|---|---|
committer | Stephan Bösebeck <sb@caluga.de> | 2016-03-08 23:56:50 +0100 |
commit | 3119778e0cef697d78b5f425822382a455cf6d36 (patch) | |
tree | 3bcb802e2bb133765c04e7bd81da04b172017bf2 /quantum/template | |
parent | 98fe40caa7b862a26f8900f8b9547f8c9b61726b (diff) | |
parent | 7d3ebd7b40b96f576fe4608b33f47329c334925b (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
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 d4d78e4c91..a15061b267 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h @@ -12,7 +12,7 @@ // The second converts the arguments into a two-dimensional array #define KEYMAP( \ k00, k01, k02, \ - k10, k11, \ + k10, k11 \ ) \ { \ { k00, k01, k02 }, \ |