summaryrefslogtreecommitdiffstats
path: root/keyboards/sentraq/number_pad/info.json
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/sentraq/number_pad/info.json')
-rw-r--r--keyboards/sentraq/number_pad/info.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/keyboards/sentraq/number_pad/info.json b/keyboards/sentraq/number_pad/info.json
deleted file mode 100644
index b0c0ca370d..0000000000
--- a/keyboards/sentraq/number_pad/info.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "keyboard_name": "Number Pad",
- "manufacturer": "Sentraq",
- "maintainer": "qmk",
- "usb": {
- "vid": "0xFEED",
- "pid": "0x0000",
- "device_version": "0.0.1"
- },
- "url": "https://sentraq.com/collections/kits/products/number-pad-rgb-kit",
- "layouts": {
- "LAYOUT_numpad_5x4": {
- "layout": [
- {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0},
- {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1},
- {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":1, "h":2},
- {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3},
- {"x":0, "y":4, "w":2}, {"x":2, "y":4}, {"x":3, "y":3, "h":2}
- ]
- },
- "LAYOUT_ortho_5x4": {
- "layout": [
- {"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0},
- {"x":0, "y":1}, {"x":1, "y":1}, {"x":2, "y":1}, {"x":3, "y":1},
- {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2}, {"x":3, "y":2},
- {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3},
- {"x":0, "y":4}, {"x":1, "y":4}, {"x":2, "y":4}, {"x":3, "y":4}
- ]
- }
- }
-}