logo

qmk_firmware

custom branch of QMK firmware git clone https://anongit.hacktivis.me/git/qmk_firmware.git

info.json (433B)


  1. {
  2. "keyboard_name": "Postage Board",
  3. "manufacturer": "LifeIsOnTheWire",
  4. "maintainer": "LifeIsOnTheWire",
  5. "usb": {
  6. "vid": "0xFEED",
  7. "pid": "0xB07D"
  8. },
  9. "layouts": {
  10. "LAYOUT": {
  11. "layout": [
  12. {"matrix": [0, 0], "x": 0, "y": 0},
  13. {"matrix": [0, 1], "x": 1, "y": 0},
  14. {"matrix": [0, 2], "x": 2, "y": 0}
  15. ]
  16. }
  17. }
  18. }