logo

qmk_firmware

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

info.json (1356B)


  1. {
  2. "manufacturer": "IDOBAO",
  3. "maintainer": "IDOBAOKB",
  4. "usb": {
  5. "vid": "0x6964",
  6. "device_version": "0.0.1"
  7. },
  8. "matrix_pins": {
  9. "cols": ["B7", "B3", "B2", "B1", "B0", "E6", "F1", "F4", "F5", "F6", "F7"],
  10. "rows": ["D0", "D1", "D2", "D3", "D5", "D4", "D6", "D7", "B4"]
  11. },
  12. "diode_direction": "COL2ROW",
  13. "backlight": {
  14. "pin": "B6",
  15. "breathing": true
  16. },
  17. "ws2812": {
  18. "pin": "E2"
  19. },
  20. "rgblight": {
  21. "saturation_steps": 8,
  22. "brightness_steps": 8,
  23. "led_count": 20,
  24. "max_brightness": 180,
  25. "sleep": true,
  26. "animations": {
  27. "breathing": true,
  28. "rainbow_mood": true,
  29. "rainbow_swirl": true,
  30. "snake": true,
  31. "knight": true,
  32. "christmas": true,
  33. "static_gradient": true,
  34. "rgb_test": true,
  35. "alternating": true,
  36. "twinkle": true
  37. }
  38. },
  39. "indicators": {
  40. "caps_lock": "C7",
  41. "on_state": 0
  42. },
  43. "bootmagic": {
  44. "matrix": [0, 5]
  45. },
  46. "processor": "atmega32u4",
  47. "bootloader": "atmel-dfu",
  48. "features": {
  49. "bootmagic": true,
  50. "mousekey": true,
  51. "extrakey": true,
  52. "nkro": true,
  53. "backlight": true,
  54. "rgblight": true
  55. }
  56. }