summaryrefslogtreecommitdiff
path: root/keyboards/maxr1998/pulse4k/info.json
diff options
context:
space:
mode:
authorMax Rumpf <max.rumpf1998@gmail.com>2019-06-26 22:42:14 +0200
committerDrashna Jaelre <drashna@live.com>2019-06-26 13:42:14 -0700
commit49699294b63b1fd36c504d4949dd6fbb19442cf3 (patch)
tree96fa9c5a2a7cd0f947d38ad6b7517ece55d1f94c /keyboards/maxr1998/pulse4k/info.json
parentd4ff836d6449b442e6f5ddc31678a489d0f6b3d6 (diff)
[Keyboard] Add Pulse 4k, a macropad by Maxr1998 (#6195)
* Add Pulse 4k, a macropad by Maxr1998 * Some config tweaks * Remove image note * Add license headers * Fix media keys * Remove Play/pause again as it doesn't work on Linux
Diffstat (limited to 'keyboards/maxr1998/pulse4k/info.json')
-rw-r--r--keyboards/maxr1998/pulse4k/info.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/maxr1998/pulse4k/info.json b/keyboards/maxr1998/pulse4k/info.json
new file mode 100644
index 0000000000..0ac4f063c0
--- /dev/null
+++ b/keyboards/maxr1998/pulse4k/info.json
@@ -0,0 +1,20 @@
+{
+ "keyboard_name": "Pulse 4k",
+ "keyboard_folder": "maxr1998/pulse4k",
+ "url": "https://github.com/Maxr1998/Pulse_4k",
+ "maintainer": "Maxr1998",
+ "width": 3,
+ "height": 2,
+ "layouts": {
+ "LAYOUT_pulse4k": {
+ "key_count": 6,
+ "layout": [
+ { "w": 1, "x": 0, "y": 0 },
+ { "w": 1, "x": 1, "y": 0 },
+ { "w": 1, "x": 2, "y": 0 },
+ { "w": 1, "x": 0, "y": 1 },
+ { "w": 1, "x": 1, "y": 1 },
+ { "w": 1, "x": 2, "y": 1 } ]
+ }
+ }
+}