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.

50 lines
1.1 KiB

  1. {
  2. "keyboard_name": "hifumi",
  3. "manufacturer": "riconken",
  4. "url": "https://github.com/zk-phi/1x2x3-keyboard",
  5. "maintainer": "riconken",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x3060",
  9. "device_version": "0.0.1"
  10. },
  11. "matrix_pins": {
  12. "cols": ["F4", "F5", "F6"],
  13. "rows": ["D4", "C6"]
  14. },
  15. "diode_direction": "COL2ROW",
  16. "rgblight": {
  17. "hue_steps": 5,
  18. "led_count": 6,
  19. "animations": {
  20. "breathing": true,
  21. "rainbow_mood": true,
  22. "rainbow_swirl": true,
  23. "snake": true,
  24. "knight": true,
  25. "christmas": true,
  26. "static_gradient": true,
  27. "rgb_test": true,
  28. "alternating": true,
  29. "twinkle": true
  30. }
  31. },
  32. "ws2812": {
  33. "pin": "D3"
  34. },
  35. "processor": "atmega32u4",
  36. "bootloader": "caterina",
  37. "layouts": {
  38. "LAYOUT": {
  39. "layout": [
  40. {"matrix": [0, 0], "x": 0, "y": 0},
  41. {"matrix": [0, 1], "x": 1, "y": 0},
  42. {"matrix": [0, 2], "x": 2, "y": 0},
  43. {"matrix": [1, 0], "x": 0, "y": 1},
  44. {"matrix": [1, 1], "x": 1, "y": 1},
  45. {"matrix": [1, 2], "x": 2, "y": 1}
  46. ]
  47. }
  48. }
  49. }