logo

qmk_firmware

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

keyboard.json (1184B)


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