logo

qmk_firmware

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

keyboard.json (1604B)


  1. {
  2. "keyboard_name": "TutelPad",
  3. "manufacturer": "ItsFiremanSam",
  4. "maintainer": "ItsFiremanSam",
  5. "usb": {
  6. "vid": "0xCB00",
  7. "pid": "0xF09F",
  8. "device_version": "0.0.1"
  9. },
  10. "bootmagic": {
  11. "matrix": [1, 0]
  12. },
  13. "rgblight": {
  14. "hue_steps": 10,
  15. "led_count": 4,
  16. "sleep": true,
  17. "animations": {
  18. "breathing": true,
  19. "rainbow_mood": true,
  20. "rainbow_swirl": true,
  21. "snake": true,
  22. "knight": true,
  23. "christmas": true,
  24. "static_gradient": true,
  25. "rgb_test": true,
  26. "alternating": true,
  27. "twinkle": true
  28. }
  29. },
  30. "ws2812": {
  31. "pin": "D3"
  32. },
  33. "development_board": "promicro",
  34. "features": {
  35. "bootmagic": true,
  36. "extrakey": true,
  37. "mousekey": false,
  38. "nkro": false,
  39. "oled": true,
  40. "rgblight": true
  41. },
  42. "matrix_pins": {
  43. "direct": [
  44. ["E6", "D7", "B1", "B3"],
  45. ["B5", "B4", "B2", "B6"]
  46. ]
  47. },
  48. "layouts": {
  49. "LAYOUT": {
  50. "layout": [
  51. {"x": 0, "y": 0, "matrix": [0, 0]},
  52. {"x": 1, "y": 0, "matrix": [0, 1]},
  53. {"x": 2, "y": 0, "matrix": [0, 2]},
  54. {"x": 3, "y": 0, "matrix": [0, 3]},
  55. {"x": 0, "y": 1, "matrix": [1, 0]},
  56. {"x": 1, "y": 1, "matrix": [1, 1]},
  57. {"x": 2, "y": 1, "matrix": [1, 2]},
  58. {"x": 3, "y": 1, "matrix": [1, 3]}
  59. ]
  60. }
  61. }
  62. }