logo

qmk_firmware

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

keyboard.json (1845B)


  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoFrog",
  4. "maintainer": "joe-scotto",
  5. "diode_direction": "COL2ROW",
  6. "development_board": "promicro",
  7. "features": {
  8. "bootmagic": true,
  9. "extrakey": true,
  10. "mousekey": true,
  11. "nkro": true
  12. },
  13. "build": {
  14. "lto": true
  15. },
  16. "matrix_pins": {
  17. "cols": ["D0", "D4", "C6", "D7", "E6", "B4", "B5"],
  18. "rows": ["B1", "B3", "B2", "B6"]
  19. },
  20. "url": "https://scottokeebs.com",
  21. "usb": {
  22. "device_version": "1.0.0",
  23. "pid": "0x0017",
  24. "vid": "0x534B"
  25. },
  26. "layouts": {
  27. "LAYOUT_ortho_3x5_5": {
  28. "layout": [
  29. { "matrix": [0, 1], "x": 1, "y": 0 },
  30. { "matrix": [0, 2], "x": 2, "y": 0 },
  31. { "matrix": [0, 3], "x": 3, "y": 0 },
  32. { "matrix": [0, 4], "x": 4, "y": 0 },
  33. { "matrix": [0, 5], "x": 5, "y": 0 },
  34. { "matrix": [1, 1], "x": 1, "y": 1 },
  35. { "matrix": [1, 2], "x": 2, "y": 1 },
  36. { "matrix": [1, 3], "x": 3, "y": 1 },
  37. { "matrix": [1, 4], "x": 4, "y": 1 },
  38. { "matrix": [1, 5], "x": 5, "y": 1 },
  39. { "matrix": [2, 1], "x": 1, "y": 2 },
  40. { "matrix": [2, 2], "x": 2, "y": 2 },
  41. { "matrix": [2, 3], "x": 3, "y": 2 },
  42. { "matrix": [2, 4], "x": 4, "y": 2 },
  43. { "matrix": [2, 5], "x": 5, "y": 2 },
  44. { "matrix": [3, 0], "x": 0, "y": 2, "h": 2 },
  45. { "matrix": [3, 1], "x": 1, "y": 3, "w": 1.5 },
  46. { "matrix": [3, 3], "x": 2.5, "y": 3, "w": 2 },
  47. { "matrix": [3, 5], "x": 4.5, "y": 3, "w": 1.5 },
  48. { "matrix": [3, 6], "x": 6, "y": 2, "h": 2 }
  49. ]
  50. }
  51. }
  52. }