keyboard.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "manufacturer": "ShandonCodes",
  3. "keyboard_name": "RiotPad",
  4. "maintainer": "ShandonCodes",
  5. "bootloader": "stm32-dfu",
  6. "diode_direction": "COL2ROW",
  7. "features": {
  8. "bootmagic": true,
  9. "command": false,
  10. "console": false,
  11. "nkro": true,
  12. "rgblight": true,
  13. "extrakey": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["B14", "A8", "A9"],
  17. "rows": ["B13", "B15"]
  18. },
  19. "processor": "STM32F072",
  20. "rgblight": {
  21. "animations": {
  22. "alternating": true,
  23. "breathing": true,
  24. "christmas": true,
  25. "knight": true,
  26. "rainbow_mood": true,
  27. "rainbow_swirl": true,
  28. "rgb_test": true,
  29. "snake": true,
  30. "static_gradient": true,
  31. "twinkle": true
  32. },
  33. "led_count": 12
  34. },
  35. "url": "",
  36. "usb": {
  37. "device_version": "1.0.0",
  38. "pid": "0x1000",
  39. "vid": "0x7877"
  40. },
  41. "ws2812": {
  42. "driver": "spi",
  43. "pin": "A7"
  44. },
  45. "community_layouts": ["ortho_2x3"],
  46. "layouts": {
  47. "LAYOUT_ortho_2x3": {
  48. "layout": [
  49. {"matrix": [0, 0], "x": 0, "y": 0},
  50. {"matrix": [0, 1], "x": 1, "y": 0},
  51. {"matrix": [0, 2], "x": 2, "y": 0},
  52. {"matrix": [1, 0], "x": 0, "y": 1},
  53. {"matrix": [1, 1], "x": 1, "y": 1},
  54. {"matrix": [1, 2], "x": 2, "y": 1}
  55. ]
  56. }
  57. }
  58. }