logo

qmk_firmware

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

keyboard.json (1776B)


  1. {
  2. "keyboard_name": "Kawii9",
  3. "manufacturer": "KiwiKey",
  4. "url": "http://kiwikey.vn/kawii9/",
  5. "maintainer": "KiwiKey",
  6. "usb": {
  7. "vid": "0x4B57",
  8. "pid": "0x0303",
  9. "device_version": "0.0.2",
  10. "no_startup_check": true
  11. },
  12. "rgblight": {
  13. "saturation_steps": 8,
  14. "brightness_steps": 8,
  15. "led_count": 4,
  16. "animations": {
  17. "breathing": true,
  18. "rainbow_mood": true,
  19. "rainbow_swirl": true,
  20. "snake": true,
  21. "knight": true,
  22. "christmas": true,
  23. "static_gradient": true,
  24. "rgb_test": true,
  25. "alternating": true,
  26. "twinkle": true
  27. }
  28. },
  29. "ws2812": {
  30. "pin": "D3"
  31. },
  32. "matrix_pins": {
  33. "cols": ["F4", "F5", "F6"],
  34. "rows": ["B6", "B5", "B4"]
  35. },
  36. "diode_direction": "COL2ROW",
  37. "processor": "atmega32u4",
  38. "bootloader": "atmel-dfu",
  39. "features": {
  40. "bootmagic": true,
  41. "mousekey": true,
  42. "extrakey": true,
  43. "rgblight": true
  44. },
  45. "qmk": {
  46. "locking": {
  47. "enabled": true,
  48. "resync": true
  49. }
  50. },
  51. "layouts": {
  52. "LAYOUT_ortho_3x3": {
  53. "layout": [
  54. {"matrix": [0, 0], "x": 0, "y": 0},
  55. {"matrix": [0, 1], "x": 1, "y": 0},
  56. {"matrix": [0, 2], "x": 2, "y": 0},
  57. {"matrix": [1, 0], "x": 0, "y": 1},
  58. {"matrix": [1, 1], "x": 1, "y": 1},
  59. {"matrix": [1, 2], "x": 2, "y": 1},
  60. {"matrix": [2, 0], "x": 0, "y": 2},
  61. {"matrix": [2, 1], "x": 1, "y": 2},
  62. {"matrix": [2, 2], "x": 2, "y": 2}
  63. ]
  64. }
  65. }
  66. }