diff options
author | peepeetee <43021794+peepeetee@users.noreply.github.com> | 2022-02-11 07:20:11 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 15:20:11 -0800 |
commit | 9e4942bec83e43da3d0624597bcf4ee5d855aa07 (patch) | |
tree | 1fe5be254400603aae83bddc738430b9f276cae9 /keyboards/latinpadble/info.json | |
parent | 27ec6674304412fb6f5499dbf0874dcf7b5524c6 (diff) |
[Keyboard] move latincompass's boards to /latincompass (#16039)
Diffstat (limited to 'keyboards/latinpadble/info.json')
-rw-r--r-- | keyboards/latinpadble/info.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/keyboards/latinpadble/info.json b/keyboards/latinpadble/info.json deleted file mode 100644 index b640d3e46e..0000000000 --- a/keyboards/latinpadble/info.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "keyboard_name": "latinpadble", - "url": "https://github.com/latincompass/2-RotaryEncoder-pad", - "maintainer": "haierwangwei2005", - "layouts": { - "LAYOUT_pad": { - "layout": [ - {"label":"Num Lock", "x":0, "y":0, "w":0.8, "h":0.8}, - - {"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}, - {"label":"+", "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}, - {"label":"0", "x":1, "y":4}, - {"label":".", "x":2, "y":4}, - {"label":"Enter", "x":3, "y":4} - ] - } - } -} |