summaryrefslogtreecommitdiff
path: root/keyboards/handwired/numpad20/info.json
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-12-11 20:49:44 -0800
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-12-11 20:49:44 -0800
commit8b6cdd17886db9847ff91be9c10a1788a7c74a6a (patch)
tree0834501dc68cbe93e0cff504dc89b9ca4524b812 /keyboards/handwired/numpad20/info.json
parentd46d3043957b75369923cb0202c632fa1d8f0311 (diff)
handwired/numpad20 Refactor and Configurator support (#4589)
* handwired/numpad20: refactor - layout macro no longer auto-prepends keycodes with KC_ - keymaps for this keyboard will now compile in QMK Configurator - keymap now uses #include QMK_KEYBOARD_H - deleted unused fn_actions code block * handwired/numpad20: Configurator support
Diffstat (limited to 'keyboards/handwired/numpad20/info.json')
-rw-r--r--keyboards/handwired/numpad20/info.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/keyboards/handwired/numpad20/info.json b/keyboards/handwired/numpad20/info.json
new file mode 100644
index 0000000000..691acb3150
--- /dev/null
+++ b/keyboards/handwired/numpad20/info.json
@@ -0,0 +1,33 @@
+{
+ "keyboard_name": "numpad20 handwired",
+ "url": "",
+ "maintainer": "qmk",
+ "width": 4,
+ "height": 5,
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {"label":"K00", "x":0, "y":0},
+ {"label":"K01", "x":1, "y":0},
+ {"label":"K02", "x":2, "y":0},
+ {"label":"K03", "x":3, "y":0},
+ {"label":"K10", "x":0, "y":1},
+ {"label":"K11", "x":1, "y":1},
+ {"label":"K12", "x":2, "y":1},
+ {"label":"K13", "x":3, "y":1},
+ {"label":"K20", "x":0, "y":2},
+ {"label":"K21", "x":1, "y":2},
+ {"label":"K22", "x":2, "y":2},
+ {"label":"K23", "x":3, "y":2},
+ {"label":"K30", "x":0, "y":3},
+ {"label":"K31", "x":1, "y":3},
+ {"label":"K32", "x":2, "y":3},
+ {"label":"K33", "x":3, "y":3},
+ {"label":"K40", "x":0, "y":4},
+ {"label":"K41", "x":1, "y":4},
+ {"label":"K42", "x":2, "y":4},
+ {"label":"K43", "x":3, "y":4}
+ ]
+ }
+ }
+}