logo

qmk_firmware

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

keyboard.json (1657B)


  1. {
  2. "keyboard_name": "Pix",
  3. "manufacturer": "sendyyeah",
  4. "url": "https://github.com/sendz/pix",
  5. "maintainer": "sendz",
  6. "usb": {
  7. "vid": "0x5359",
  8. "pid": "0x4E34",
  9. "device_version": "0.0.1"
  10. },
  11. "rgblight": {
  12. "saturation_steps": 8,
  13. "brightness_steps": 8,
  14. "led_count": 15,
  15. "sleep": true,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "B5"
  31. },
  32. "encoder": {
  33. "rotary": [
  34. {"pin_a": "B1", "pin_b": "B3"}
  35. ]
  36. },
  37. "development_board": "promicro",
  38. "features": {
  39. "bootmagic": false,
  40. "encoder": true,
  41. "extrakey": true,
  42. "mousekey": true,
  43. "nkro": false,
  44. "oled": true,
  45. "rgblight": true
  46. },
  47. "qmk": {
  48. "locking": {
  49. "enabled": true,
  50. "resync": true
  51. }
  52. },
  53. "matrix_pins": {
  54. "direct": [
  55. ["C6", "D7", "E6", "B4", "F6"]
  56. ]
  57. },
  58. "layouts": {
  59. "LAYOUT": {
  60. "layout": [
  61. {"x": 0, "y": 0, "matrix": [0, 0]},
  62. {"x": 1, "y": 0, "matrix": [0, 1]},
  63. {"x": 2, "y": 0, "matrix": [0, 2]},
  64. {"x": 3, "y": 0, "matrix": [0, 3]},
  65. {"x": 4, "y": 0, "matrix": [0, 4]}
  66. ]
  67. }
  68. }
  69. }