summaryrefslogtreecommitdiff
path: root/keyboards/capsunlocked/cu24/info.json
diff options
context:
space:
mode:
authorpeepeetee <43021794+peepeetee@users.noreply.github.com>2022-01-11 08:42:13 +0800
committerGitHub <noreply@github.com>2022-01-10 16:42:13 -0800
commitb1942d1d0c8fff71aa495f06768f570907af7ce8 (patch)
tree387c62484a179a1d9469c5e997fe0f26f3c6e73b /keyboards/capsunlocked/cu24/info.json
parent93bacff1a60f2c05ee125d732fea3e677bb62567 (diff)
[Keyboard] move cu24, cu75, cu80/v1 into capsunlocked folder (#15758)
Diffstat (limited to 'keyboards/capsunlocked/cu24/info.json')
-rw-r--r--keyboards/capsunlocked/cu24/info.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/capsunlocked/cu24/info.json b/keyboards/capsunlocked/cu24/info.json
new file mode 100644
index 0000000000..532bc13bee
--- /dev/null
+++ b/keyboards/capsunlocked/cu24/info.json
@@ -0,0 +1,14 @@
+{
+ "keyboard_name": "cu24",
+ "url": "",
+ "maintainer": "qmk",
+ "layouts": {
+ "LAYOUT_grid": {
+ "layout": [{"label":"Num Lock", "x":0, "y":0}, {"label":"/", "x":1, "y":0}, {"label":"*", "x":2, "y":0}, {"label":"-", "x":3, "y":0}, {"label":"7", "x":0, "y":1}, {"label":"8", "x":1, "y":1}, {"label":"9", "x":2, "y":1}, {"label":"+", "x":3, "y":1}, {"label":"4", "x":0, "y":2}, {"label":"5", "x":1, "y":2}, {"label":"6", "x":2, "y":2}, {"x":3, "y":2}, {"label":"1", "x":0, "y":3}, {"label":"2", "x":1, "y":3}, {"label":"3", "x":2, "y":3}, {"label":"Enter", "x":3, "y":3}, {"label":"0", "x":0, "y":4}, {"x":1, "y":4}, {"label":".", "x":2, "y":4}, {"x":3, "y":4}, {"x":0, "y":5}, {"x":1, "y":5}, {"x":2, "y":5}, {"x":3, "y":5}]
+ },
+
+ "LAYOUT_numpad": {
+ "layout": [{"label":"Num Lock", "x":0, "y":0}, {"label":"/", "x":1, "y":0}, {"label":"*", "x":2, "y":0}, {"label":"-", "x":3, "y":0}, {"label":"7", "x":0, "y":1}, {"label":"8", "x":1, "y":1}, {"label":"9", "x":2, "y":1}, {"label":"+", "x":3, "y":1}, {"label":"4", "x":0, "y":2}, {"label":"5", "x":1, "y":2}, {"label":"6", "x":2, "y":2}, {"x":3, "y":2, "h":2}, {"label":"1", "x":0, "y":3}, {"label":"2", "x":1, "y":3}, {"label":"3", "x":2, "y":3}, {"label":"0", "x":0, "y":4}, {"x":1, "y":4}, {"label":".", "x":2, "y":4}, {"x":3, "y":4, "h":2}, {"x":0, "y":5, "w":2}, {"x":2, "y":5}]
+ }
+ }
+}