qmk_firmware/keyboards/salicylic_acid3/getta25/rev1/keyboard.json
James Young 8413411571
Migrate LOCKING_*_ENABLE to Data-Driven: S, Part 1 (#23783)
Affects:

  - `salicylic_acid3/7skb/rev1`
  - `salicylic_acid3/7splus`
  - `salicylic_acid3/ajisai74`
  - `salicylic_acid3/ergoarrows`
  - `salicylic_acid3/getta25/rev1`
  - `salicylic_acid3/jisplit89/rev1`
  - `salicylic_acid3/nafuda`
  - `salicylic_acid3/naked48/rev1`
  - `salicylic_acid3/naked60/rev1`
  - `salicylic_acid3/naked64/rev1`
  - `salicylic_acid3/nknl7en`
  - `salicylic_acid3/nknl7jp`
  - `salicylic_acid3/setta21/rev1`
  - `sandwich/keeb68`
  - `satt/vision`
  - `sauce/mild`
  - `scatter42`
  - `sck/gtm`
  - `sck/m0116b`
  - `sck/neiso`
  - `sekigon/grs_70ec`
  - `sendyyeah/pix`
  - `senselessclay/ck65`
  - `senselessclay/gos65`
  - `senselessclay/had60`
  - `sentraq/s60_x/default`
  - `sentraq/s60_x/rgb`
  - `sentraq/s65_plus`
  - `sentraq/s65_x`
  - `sets3n/kk980`
  - `shambles`
  - `shandoncodes/flygone60/rev3`
  - `shandoncodes/mino/hotswap`
  - `shapeshifter4060`
  - `shiro`
  - `shk9`
  - `sidderskb/majbritt/rev2`
  - `sixkeyboard`
  - `skeletonkbd/skeletonnumpad`
  - `skme/zeno`
2024-05-23 20:38:43 +01:00

88 lines
2.7 KiB
JSON

{
"keyboard_name": "getta25",
"manufacturer": "Salicylic_Acid",
"url": "https://salicylic-acid3.hatenablog.com/",
"maintainer": "Salicylic_acid3",
"usb": {
"vid": "0xFEED",
"pid": "0x3060",
"device_version": "0.1.3"
},
"features": {
"bootmagic": false,
"command": true,
"extrakey": true,
"mousekey": false,
"nkro": false,
"rgblight": true
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"rgblight": {
"hue_steps": 10,
"led_count": 9,
"animations": {
"breathing": true,
"rainbow_mood": true,
"rainbow_swirl": true,
"snake": true,
"knight": true,
"christmas": true,
"static_gradient": true,
"rgb_test": true,
"alternating": true,
"twinkle": true
}
},
"ws2812": {
"pin": "D3"
},
"matrix_pins": {
"cols": ["F4", "F5", "F6", "F7", "B1", "B3"],
"rows": ["D4", "C6", "D7", "E6", "B2"]
},
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
"LAYOUT": {
"layout": [
{"matrix": [0, 5], "x": 0, "y": 0},
{"matrix": [1, 5], "x": 1, "y": 0},
{"matrix": [2, 5], "x": 2, "y": 0},
{"matrix": [3, 5], "x": 3, "y": 0},
{"matrix": [0, 4], "x": 0, "y": 1.25},
{"matrix": [1, 4], "x": 1, "y": 1.25},
{"matrix": [2, 4], "x": 2, "y": 1.25},
{"matrix": [3, 4], "x": 3, "y": 1.25},
{"matrix": [0, 3], "x": 0, "y": 2.25},
{"matrix": [1, 3], "x": 1, "y": 2.25},
{"matrix": [2, 3], "x": 2, "y": 2.25},
{"matrix": [4, 3], "x": 4.25, "y": 2.25},
{"matrix": [0, 2], "x": 0, "y": 3.25},
{"matrix": [1, 2], "x": 1, "y": 3.25},
{"matrix": [2, 2], "x": 2, "y": 3.25},
{"matrix": [3, 2], "x": 3, "y": 2.25, "h": 2},
{"matrix": [4, 2], "x": 4.25, "y": 3.25},
{"matrix": [0, 1], "x": 0, "y": 4.25},
{"matrix": [1, 1], "x": 1, "y": 4.25},
{"matrix": [2, 1], "x": 2, "y": 4.25},
{"matrix": [4, 1], "x": 4.25, "y": 4.25},
{"matrix": [0, 0], "x": 0, "y": 5.25, "w": 2},
{"matrix": [2, 0], "x": 2, "y": 5.25},
{"matrix": [3, 0], "x": 3, "y": 4.25, "h": 2},
{"matrix": [4, 0], "x": 4.25, "y": 5.25}
]
}
}
}