keyboard.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. "features": {
  12. "bootmagic": false,
  13. "command": false,
  14. "console": false,
  15. "extrakey": false,
  16. "mousekey": false,
  17. "nkro": false,
  18. "rgblight": true
  19. },
  20. "matrix_pins": {
  21. "cols": ["F4", "F5", "F6"],
  22. "rows": ["D4", "C6"]
  23. },
  24. "diode_direction": "COL2ROW",
  25. "rgblight": {
  26. "hue_steps": 5,
  27. "led_count": 6,
  28. "animations": {
  29. "breathing": true,
  30. "rainbow_mood": true,
  31. "rainbow_swirl": true,
  32. "snake": true,
  33. "knight": true,
  34. "christmas": true,
  35. "static_gradient": true,
  36. "rgb_test": true,
  37. "alternating": true,
  38. "twinkle": true
  39. }
  40. },
  41. "ws2812": {
  42. "pin": "D3"
  43. },
  44. "processor": "atmega32u4",
  45. "bootloader": "caterina",
  46. "layouts": {
  47. "LAYOUT": {
  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. }