logo

qmk_firmware

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

info.json (891B)


  1. {
  2. "keyboard_name": "navpad 1.0",
  3. "manufacturer": "yushakobo",
  4. "url": "https://shop.yushakobo.jp/products/navpad-10",
  5. "maintainer": "yushakobo",
  6. "usb": {
  7. "vid": "0x3265",
  8. "pid": "0x0008"
  9. },
  10. "features": {
  11. "bootmagic": true,
  12. "encoder": true,
  13. "extrakey": true,
  14. "mousekey": true,
  15. "nkro": false,
  16. "rgblight": true
  17. },
  18. "encoder": {
  19. "rotary": [
  20. {"pin_a": "B5", "pin_b": "B6"}
  21. ]
  22. },
  23. "tapping": {
  24. "term": 132
  25. },
  26. "ws2812": {
  27. "pin": "D3"
  28. },
  29. "rgblight": {
  30. "saturation_steps": 8,
  31. "brightness_steps": 8,
  32. "led_count": 9,
  33. "max_brightness": 120,
  34. "sleep": true,
  35. "animations": {
  36. "rainbow_swirl": true,
  37. "rgb_test": true
  38. }
  39. },
  40. "development_board": "promicro"
  41. }