summaryrefslogtreecommitdiffstats
path: root/keyboards/soda/pocket/info.json
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2023-02-14 21:12:24 +0000
committerQMK Bot <hello@qmk.fm>2023-02-14 21:12:24 +0000
commit47b7b4bcff65368fcb863d14503a0c42e182c868 (patch)
tree75979c2b455a0e484f0149b6db73fbc26ee9d4c8 /keyboards/soda/pocket/info.json
parent7d692d64f3997b816607c282b09fecae14212fe6 (diff)
parent7ae9dbca1d1551e397b256aa3864460775802db4 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/soda/pocket/info.json')
-rw-r--r--keyboards/soda/pocket/info.json192
1 files changed, 192 insertions, 0 deletions
diff --git a/keyboards/soda/pocket/info.json b/keyboards/soda/pocket/info.json
new file mode 100644
index 0000000000..b91f795b04
--- /dev/null
+++ b/keyboards/soda/pocket/info.json
@@ -0,0 +1,192 @@
+{
+ "keyboard_name": "Pocket",
+ "url": "",
+ "maintainer": "qmk",
+ "manufacturer": "gezhaoyou",
+ "usb": {
+ "vid": "0x1A53",
+ "pid": "0x4F51",
+ "device_version": "1.0.2"
+ },
+ "processor": "STM32F072",
+ "bootloader": "stm32-dfu",
+ "layouts": {
+ "LAYOUT": {
+ "layout": [
+ {
+ "label": "PrtSc",
+ "x": 0,
+ "y": 0.25
+ },
+ {
+ "label": "Scroll Lock",
+ "x": 1,
+ "y": 0.25
+ },
+ {
+ "label": "Pause",
+ "x": 2,
+ "y": 0.25
+ },
+ {
+ "label": "Num Lock",
+ "x": 3.25,
+ "y": 0.25
+ },
+ {
+ "label": "/",
+ "x": 4.25,
+ "y": 0.25
+ },
+ {
+ "label": "*",
+ "x": 5.25,
+ "y": 0.25
+ },
+ {
+ "label": "-",
+ "x": 6.25,
+ "y": 0.25
+ },
+ {
+ "label": "Insert",
+ "x": 0,
+ "y": 1.5
+ },
+ {
+ "label": "Home",
+ "x": 1,
+ "y": 1.5
+ },
+ {
+ "label": "PgUp",
+ "x": 2,
+ "y": 1.5
+ },
+ {
+ "label": "Num Lock",
+ "x": 3.25,
+ "y": 1.5
+ },
+ {
+ "label": "/",
+ "x": 4.25,
+ "y": 1.5
+ },
+ {
+ "label": "*",
+ "x": 5.25,
+ "y": 1.5
+ },
+ {
+ "label": "-",
+ "x": 6.25,
+ "y": 1.5
+ },
+ {
+ "label": "Delete",
+ "x": 0,
+ "y": 2.5
+ },
+ {
+ "label": "End",
+ "x": 1,
+ "y": 2.5
+ },
+ {
+ "label": "PgDn",
+ "x": 2,
+ "y": 2.5
+ },
+ {
+ "label": "7",
+ "x": 3.25,
+ "y": 2.5
+ },
+ {
+ "label": "8",
+ "x": 4.25,
+ "y": 2.5
+ },
+ {
+ "label": "9",
+ "x": 5.25,
+ "y": 2.5
+ },
+ {
+ "label": "+",
+ "x": 6.25,
+ "y": 2.5,
+ "h": 2
+ },
+ {
+ "label": "4",
+ "x": 3.25,
+ "y": 3.5
+ },
+ {
+ "label": "5",
+ "x": 4.25,
+ "y": 3.5
+ },
+ {
+ "label": "6",
+ "x": 5.25,
+ "y": 3.5
+ },
+ {
+ "label": "\u2191",
+ "x": 1,
+ "y": 4.5
+ },
+ {
+ "label": "1",
+ "x": 3.25,
+ "y": 4.5
+ },
+ {
+ "label": "2",
+ "x": 4.25,
+ "y": 4.5
+ },
+ {
+ "label": "3",
+ "x": 5.25,
+ "y": 4.5
+ },
+ {
+ "label": "Enter",
+ "x": 6.25,
+ "y": 4.5,
+ "h": 2
+ },
+ {
+ "label": "\u2190",
+ "x": 0,
+ "y": 5.5
+ },
+ {
+ "label": "\u2193",
+ "x": 1,
+ "y": 5.5
+ },
+ {
+ "label": "\u2192",
+ "x": 2,
+ "y": 5.5
+ },
+ {
+ "label": "0",
+ "x": 3.25,
+ "y": 5.5,
+ "w": 2
+ },
+ {
+ "label": ".",
+ "x": 5.25,
+ "y": 5.5
+ }
+ ]
+ }
+ }
+}