info.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "keyboard_name": "Native",
  3. "manufacturer": "Anvil",
  4. "maintainer": "ebastler",
  5. "url": "https://nvil.gg",
  6. "bootloader": "stm32-dfu",
  7. "processor": "STM32F411",
  8. "usb": {
  9. "vid": "0x7470",
  10. "device_version": "1.0.0"
  11. },
  12. "host": {
  13. "default": {
  14. "nkro": true
  15. }
  16. },
  17. "rgb_matrix": {
  18. "animations": {
  19. "alphas_mods": true,
  20. "breathing": true,
  21. "cycle_all": true,
  22. "cycle_up_down": true,
  23. "cycle_spiral": true,
  24. "typing_heatmap": true,
  25. "solid_reactive": true,
  26. "solid_reactive_multiwide": true
  27. },
  28. "default": {
  29. "speed": 40,
  30. "val": 220
  31. },
  32. "driver": "is31fl3733",
  33. "led_flush_limit": 32,
  34. "sleep": true
  35. },
  36. "build": {
  37. "lto": true
  38. },
  39. "features": {
  40. "bootmagic": true,
  41. "extrakey": true,
  42. "mousekey": true,
  43. "nkro": true,
  44. "rgb_matrix": true
  45. },
  46. "diode_direction": "ROW2COL",
  47. "matrix_pins": {
  48. "cols": ["A5", "A4", "B12", "B14", "B8", "B3", "B4", "B5"],
  49. "rows": ["C14", "C15", "C13", "A1", "A15", "A14", "A13", "B13", "B15", "A8", "A2", "A3"]
  50. }
  51. }