summaryrefslogtreecommitdiffstats
path: root/keyboards/v60_type_r
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-01-04 07:19:59 +0100
committerJack Humbert <jack.humb@gmail.com>2018-01-04 07:19:59 +0100
commit22b9303e2adfd9e5d708df425b97b5f4dbb0f8ee (patch)
tree394dc1d4513af4c74181b2e018c9066590cfe6ae /keyboards/v60_type_r
parente956c11bc96814872b142a8f97e03e2935d285b6 (diff)
downloadqmk_firmware-22b9303e2adfd9e5d708df425b97b5f4dbb0f8ee.tar.gz
qmk_firmware-22b9303e2adfd9e5d708df425b97b5f4dbb0f8ee.tar.xz
Keeb json layouts (#2219)
* info.json committed to support the qmk configurator project These are info.json for each of the keyboards I've contributed to during my time here at QMK * change LAYOUT to KEYMAP to adhere to matrix definitions
Diffstat (limited to 'keyboards/v60_type_r')
-rw-r--r--keyboards/v60_type_r/info.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/v60_type_r/info.json b/keyboards/v60_type_r/info.json
new file mode 100644
index 000000000..6bf683e5d
--- /dev/null
+++ b/keyboards/v60_type_r/info.json
@@ -0,0 +1,13 @@
+{
+ "keyboard_name": "V60 Type R",
+ "manufacturer": "KBParadise",
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "width": 15,
+ "height": 5,
+ "layout": {
+ "KEYMAP": {
+ "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0}, {"x":4, "y":0}, {"x":5, "y":0}, {"x":6, "y":0}, {"x":7, "y":0}, {"x":8, "y":0}, {"x":9, "y":0}, {"x":10, "y":0}, {"x":11, "y":0}, {"x":12, "y":0}, {"x":14, "y":0, "w":2}, {"x":0.5, "y":1, "w":1.5}, {"x":1.5, "y":1}, {"x":2.5, "y":1}, {"x":3.5, "y":1}, {"x":4.5, "y":1}, {"x":5.5, "y":1}, {"x":6.5, "y":1}, {"x":7.5, "y":1}, {"x":8.5, "y":1}, {"x":9.5, "y":1}, {"x":10.5, "y":1}, {"x":11.5, "y":1}, {"x":12.5, "y":1}, {"x":14, "y":1, "w":1.5}, {"x":0.75, "y":2, "w":1.75}, {"x":1.75, "y":2}, {"x":2.75, "y":2}, {"x":3.75, "y":2}, {"x":4.75, "y":2}, {"x":5.75, "y":2}, {"x":6.75, "y":2}, {"x":7.75, "y":2}, {"x":8.75, "y":2}, {"x":9.75, "y":2}, {"x":10.75, "y":2}, {"x":11.75, "y":2}, {"x":14, "y":2, "w":2.25}, {"x":1.25, "y":3, "w":2.25}, {"x":2.25, "y":3}, {"x":3.25, "y":3}, {"x":4.25, "y":3}, {"x":5.25, "y":3}, {"x":6.25, "y":3}, {"x":7.25, "y":3}, {"x":8.25, "y":3}, {"x":9.25, "y":3}, {"x":10.25, "y":3}, {"x":11.25, "y":3}, {"x":14, "y":3, "w":2.75}, {"x":0.25, "y":4, "w":1.25}, {"x":1.5, "y":4, "w":1.25}, {"x":2.75, "y":4, "w":1.25}, {"x":9, "y":4, "w":6.25}, {"x":10.25, "y":4, "w":1.25}, {"x":11.5, "y":4, "w":1.25}, {"x":12.75, "y":4, "w":1.25}, {"x":14, "y":4, "w":1.25}]
+ }
+ }
+} \ No newline at end of file