You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

65 lines
1.3 KiB

  1. {
  2. "keyboard_name": "bigKNOB",
  3. "manufacturer": "leafcutterlabs",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0xCEEB",
  8. "pid": "0x0007",
  9. "device_version": "0.0.1"
  10. },
  11. "encoder": {
  12. "rotary": [
  13. {"pin_a": "D0", "pin_b": "D2"}
  14. ]
  15. },
  16. "rgblight": {
  17. "led_count": 5,
  18. "animations": {
  19. "breathing": true,
  20. "rainbow_mood": true,
  21. "rainbow_swirl": true,
  22. "snake": true,
  23. "knight": true,
  24. "christmas": true,
  25. "static_gradient": true,
  26. "rgb_test": true,
  27. "alternating": true,
  28. "twinkle": true
  29. }
  30. },
  31. "ws2812": {
  32. "pin": "C7"
  33. },
  34. "processor": "atmega32u4",
  35. "bootloader": "caterina",
  36. "features": {
  37. "bootmagic": true,
  38. "command": false,
  39. "console": false,
  40. "encoder": true,
  41. "extrakey": true,
  42. "mousekey": true,
  43. "nkro": true,
  44. "rgblight": true
  45. },
  46. "matrix_pins": {
  47. "direct": [
  48. ["B7", "D4", "D6", "F6", "F7"]
  49. ]
  50. },
  51. "layout_aliases": {
  52. "LAYOUT": "LAYOUT_ortho_1x5"
  53. },
  54. "layouts": {
  55. "LAYOUT_ortho_1x5": {
  56. "layout": [
  57. {"x": 0, "y": 0, "matrix": [0, 0]},
  58. {"x": 1, "y": 0, "matrix": [0, 1]},
  59. {"x": 2, "y": 0, "matrix": [0, 2]},
  60. {"x": 3, "y": 0, "matrix": [0, 3]},
  61. {"x": 4, "y": 0, "matrix": [0, 4]}
  62. ]
  63. }
  64. }
  65. }