qmk_firmware/keyboards/gboards/ergotaco/keyboard.json
James Young 73f9fb91a3
Migrate LOCKING_*_ENABLE to Data-Driven: G (#23758)
Affects:

  - `gboards/ergotaco`
  - `gboards/georgi`
  - `gboards/gergo`
  - `geekboards/tester`
  - `geonworks/frogmini/fmh`
  - `geonworks/frogmini/fms`
  - `gh60/revc`
  - `gh60/satan`
  - `ghs/rar`
  - `gkeyboard/gkb_m16`
  - `gkeyboard/gpad8_2r`
  - `gl516/a52gl`
  - `gl516/j73gl`
  - `gl516/n51gl`
  - `gmmk/gmmk2/p65`
  - `gmmk/gmmk2/p96`
  - `gmmk/numpad`
  - `gmmk/pro`
  - `gon/nerd60`
  - `gon/nerdtkl`
  - `gray_studio/aero75`
  - `gray_studio/cod67`
  - `gray_studio/space65`
  - `gray_studio/space65r3`
  - `gray_studio/think65v3`
  - `grid600/press`
2024-05-21 13:04:53 +01:00

48 lines
1.3 KiB
JSON

{
"keyboard_name": "ErgoTaco",
"manufacturer": "g Heavy Industries",
"url": "http://gboards.ca",
"maintainer": "germ",
"usb": {
"vid": "0xFEED",
"pid": "0x1337",
"device_version": "0.0.1"
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"features": {
"bootmagic": false,
"mousekey": false,
"extrakey": true,
"console": true,
"command": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [11, 0], "x": 0, "y": 1},
{"matrix": [10, 0], "x": 1, "y": 0.5},
{"matrix": [9, 0], "x": 2, "y": 0.25},
{"matrix": [8, 0], "x": 3, "y": 0},
{"matrix": [7, 0], "x": 4, "y": 0.75},
{"matrix": [6, 0], "x": 5, "y": 1.5},
{"matrix": [0, 0], "x": 7, "y": 1.5},
{"matrix": [1, 0], "x": 8, "y": 0.75},
{"matrix": [2, 0], "x": 9, "y": 0},
{"matrix": [3, 0], "x": 10, "y": 0.25},
{"matrix": [4, 0], "x": 11, "y": 0.5},
{"matrix": [5, 0], "x": 12, "y": 1}
]
}
}
}