logo

qmk_firmware

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

keyboard.json (1757B)


  1. {
  2. "manufacturer": "ScottoKeebs",
  3. "keyboard_name": "ScottoNum",
  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. "direct": [
  18. ["D3", "D2", "D1", "D0"],
  19. ["D4", "C6", "D7", "E6"],
  20. ["B4", "B5", "F4"],
  21. ["F5", "F6", "F7", "B1"],
  22. ["B3", "B2"]
  23. ]
  24. },
  25. "url": "https://scottokeebs.com",
  26. "usb": {
  27. "device_version": "1.0.0",
  28. "pid": "0x0014",
  29. "vid": "0x534B"
  30. },
  31. "layouts": {
  32. "LAYOUT_numpad_4x5": {
  33. "layout": [
  34. { "matrix": [0, 0], "x": 0, "y": 0 },
  35. { "matrix": [0, 1], "x": 1, "y": 0 },
  36. { "matrix": [0, 2], "x": 2, "y": 0 },
  37. { "matrix": [0, 3], "x": 3, "y": 0 },
  38. { "matrix": [1, 0], "x": 0, "y": 1 },
  39. { "matrix": [1, 1], "x": 1, "y": 1 },
  40. { "matrix": [1, 2], "x": 2, "y": 1 },
  41. { "matrix": [1, 3], "x": 3, "y": 1, "h": 2 },
  42. { "matrix": [2, 0], "x": 0, "y": 2 },
  43. { "matrix": [2, 1], "x": 1, "y": 2 },
  44. { "matrix": [2, 2], "x": 2, "y": 2 },
  45. { "matrix": [3, 0], "x": 0, "y": 3 },
  46. { "matrix": [3, 1], "x": 1, "y": 3 },
  47. { "matrix": [3, 2], "x": 2, "y": 3 },
  48. { "matrix": [3, 3], "x": 3, "y": 3, "h": 2 },
  49. { "matrix": [4, 0], "x": 0, "y": 4, "w": 2 },
  50. { "matrix": [4, 1], "x": 2, "y": 4 }
  51. ]
  52. }
  53. }
  54. }