summaryrefslogtreecommitdiffstats
path: root/keyboards/sentraq/number_pad/info.json
diff options
context:
space:
mode:
authorNicholas Shaff <nick@shadedream.com>2019-02-04 04:40:42 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-04 04:40:42 +0100
commitb6fbcd9d6210524fe73921db12209e8703c74d2d (patch)
treef7ad15a0c5f0097c896085c5bf75c5393805dde7 /keyboards/sentraq/number_pad/info.json
parentc4ce613bff87eaf40c8ddd76383e3cc468e6e2a6 (diff)
downloadqmk_firmware-b6fbcd9d6210524fe73921db12209e8703c74d2d.tar.gz
qmk_firmware-b6fbcd9d6210524fe73921db12209e8703c74d2d.tar.xz
New Keyboard: Sentraq Number Pad RGB DIY Kit (#5047)
* Added QMK Config for Sentraq Number Pad keyboard. * Sentraq Number Pad documentation cleanup. * mend * Added json for configurator. * Small documentation tweaks. * Updated the layouts to use the default layouts that match. * Uncommended user level functions in keymap, left custom keycode/macro code commented but documented why. * Switched to #pragma once from #ifndef structure in header file. * Moved Sentraq number pad to sentraq creator directory. * Renamed sentraq_number_pad to number_pad now that it's nested in the sentraq directory. * Updated references inside the files for the keyboard rename and nesting.
Diffstat (limited to 'keyboards/sentraq/number_pad/info.json')
-rw-r--r--keyboards/sentraq/number_pad/info.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/keyboards/sentraq/number_pad/info.json b/keyboards/sentraq/number_pad/info.json
new file mode 100644
index 000000000..1c6e3f53c
--- /dev/null
+++ b/keyboards/sentraq/number_pad/info.json
@@ -0,0 +1,29 @@
+{
+ "keyboard_name": "Sentraq Number Pad",
+ "maintainer": "qmk",
+ "url": "https://sentraq.com/collections/kits/products/number-pad-rgb-kit",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT_numpad_5x4": {
+ "keycount": 17,
+ "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, "h":2},
+ {"x":0, "y":2}, {"x":1, "y":2}, {"x":2, "y":2},
+ {"x":0, "y":3}, {"x":1, "y":3}, {"x":2, "y":3}, {"x":3, "y":3, "h":2},
+ {"x":0, "y":4, "w":2}, {"x":2, "y":4}
+ ]
+ },
+ "LAYOUT_ortho_5x4": {
+ "keycount": 20,
+ "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}
+ ]
+ }
+ }
+}