summaryrefslogtreecommitdiffstats
path: root/keyboards/sweet16/info.json
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2018-03-21 01:22:42 +0100
committerJack Humbert <jack.humb@gmail.com>2018-03-21 01:22:42 +0100
commit1fbddc6613f7d5e7fa426215b71bfff34b0f0741 (patch)
treecbb03c771019795f526a235d5ee4a8ea41d6446b /keyboards/sweet16/info.json
parent2d8fda614e0078b4a7f8c696807ff8f6a958b10b (diff)
downloadqmk_firmware-1fbddc6613f7d5e7fa426215b71bfff34b0f0741.tar.gz
qmk_firmware-1fbddc6613f7d5e7fa426215b71bfff34b0f0741.tar.xz
Configurator Support(info.json) for 1up Keyboards Sweet16 (#2570)
* Configurator Support - Add info.json to support existing layouts - Add comment in sweet16.h to remind people to change info.json if the layout changes. * Fix dlaroe's keymap
Diffstat (limited to 'keyboards/sweet16/info.json')
-rw-r--r--keyboards/sweet16/info.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/sweet16/info.json b/keyboards/sweet16/info.json
new file mode 100644
index 000000000..b43197c8c
--- /dev/null
+++ b/keyboards/sweet16/info.json
@@ -0,0 +1,20 @@
+{
+ "keyboard_name": "Sweet 16",
+ "manufacturer": "1UP Keyboards",
+ "identifier": "",
+ "url": "",
+ "maintainer": "qmk",
+ "processor": "atmega32u4",
+ "bootloader": "atmel-dfu",
+ "width": 4,
+ "height": 4,
+ "layouts": {
+ "LAYOUT_ortho_4x4": {
+ "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}]
+ },
+
+ "LAYOUT_numpad_4x4": {
+ "layout": [{"x":0, "y":0}, {"x":1, "y":0}, {"x":2, "y":0}, {"x":3, "y":0, "h":2}, {"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":2, "h":2}, {"x":0, "y":3, "w":2}, {"x":2, "y":3}]
+ }
+ }
+}