summaryrefslogtreecommitdiff
path: root/keyboards/soda/pocket/info.json
diff options
context:
space:
mode:
authorJeayo Keh <gezhaoyou@126.com>2023-02-15 05:11:45 +0800
committerGitHub <noreply@github.com>2023-02-14 14:11:45 -0700
commit7ae9dbca1d1551e397b256aa3864460775802db4 (patch)
tree62c905e0ecdfbefbd5a6bb9c561a0c5e62726128 /keyboards/soda/pocket/info.json
parent7d0358cfebc75f685ad1cf3ff7ae20ec6afe4430 (diff)
[Keyboard] add ‘soda/pocket’ (#19838)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: jack <0x6a73@protonmail.com>
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
+ }
+ ]
+ }
+ }
+}