You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
1.2 KiB

  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. "force_nkro": true
  12. },
  13. "rgb_matrix": {
  14. "animations": {
  15. "alphas_mods": true,
  16. "breathing": true,
  17. "cycle_all": true,
  18. "cycle_up_down": true,
  19. "cycle_spiral": true,
  20. "typing_heatmap": true,
  21. "solid_reactive": true,
  22. "solid_reactive_multiwide": true
  23. },
  24. "default": {
  25. "speed": 40,
  26. "val": 220
  27. },
  28. "driver": "is31fl3733",
  29. "led_flush_limit": 32,
  30. "sleep": true
  31. },
  32. "build": {
  33. "lto": true
  34. },
  35. "features": {
  36. "bootmagic": true,
  37. "command": false,
  38. "console": false,
  39. "extrakey": true,
  40. "mousekey": true,
  41. "nkro": true
  42. },
  43. "diode_direction": "ROW2COL",
  44. "matrix_pins": {
  45. "cols": ["A5", "A4", "B12", "B14", "B8", "B3", "B4", "B5"],
  46. "rows": ["C14", "C15", "C13", "A1", "A15", "A14", "A13", "B13", "B15", "A8", "A2", "A3"]
  47. }
  48. }