diff options
author | Yan-Fa Li <yanfali@gmail.com> | 2018-08-06 08:40:00 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-06 08:40:00 -0700 |
commit | 16d6fd6e8ec8e6423b600459298797c2f14f9647 (patch) | |
tree | 2f179b69ba19bef1a829eb8ceaa712ebfabbe029 /keyboards/catch22/info.json | |
parent | 2b0f5d3beaecf67848d4326add039190d99bba26 (diff) | |
download | firmware-16d6fd6e8ec8e6423b600459298797c2f14f9647.tar.gz firmware-16d6fd6e8ec8e6423b600459298797c2f14f9647.tar.bz2 firmware-16d6fd6e8ec8e6423b600459298797c2f14f9647.zip |
Keyboard: Add Catch 22 Hotswap Macropad to QMK (#3576)
* Initial Commit of catch22 macropad by rockydbull
* Add configurator info.json
* Use macros
* Use pragma once
* Use CA22 as product id
* Clean up readme
* Use the layer define value
* Feedback from @drashna
Diffstat (limited to 'keyboards/catch22/info.json')
-rw-r--r-- | keyboards/catch22/info.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/catch22/info.json b/keyboards/catch22/info.json new file mode 100644 index 000000000..eb95b8561 --- /dev/null +++ b/keyboards/catch22/info.json @@ -0,0 +1,10 @@ +{ + "keyboard_name": "catch22", + "width": 5, + "height": 5, + "layouts": { + "LAYOUT": { + "layout": [{"label":"A", "x":1, "y":0}, {"label":"B", "x":2, "y":0}, {"label":"C", "x":3, "y":0}, {"label":"D", "x":4, "y":0}, {"label":"E", "x":1, "y":1}, {"label":"F", "x":2, "y":1}, {"label":"G", "x":3, "y":1}, {"label":"H", "x":4, "y":1}, {"label":"I", "x":0, "y":2}, {"label":"J", "x":1, "y":2}, {"label":"K", "x":2, "y":2}, {"label":"L", "x":3, "y":2}, {"label":"M", "x":4, "y":2}, {"label":"1", "x":0, "y":3, "h":2}, {"label":"N", "x":1, "y":3}, {"label":"O", "x":2, "y":3}, {"label":"P", "x":3, "y":3}, {"label":"Q", "x":4, "y":3}, {"label":"R", "x":1, "y":4}, {"label":"S", "x":2, "y":4}, {"label":"T", "x":3, "y":4}, {"label":"U", "x":4, "y":4}] + } + } +} |