info.json 748 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "keyboard_name": "Corne",
  3. "manufacturer": "foostan",
  4. "url": "",
  5. "maintainer": "qmk",
  6. "usb": {
  7. "vid": "0x4653",
  8. "pid": "0x0001",
  9. "device_version": "0.0.1"
  10. },
  11. "rgb_matrix": {
  12. "driver": "ws2812"
  13. },
  14. "features": {
  15. "bootmagic": true,
  16. "extrakey": true,
  17. "mousekey": true,
  18. "nkro": true,
  19. "oled": true
  20. },
  21. "build": {
  22. "lto": true
  23. },
  24. "matrix_pins": {
  25. "cols": [ "F4", "F5", "F6", "F7", "B1", "B3" ],
  26. "rows": [ "D4", "C6", "D7", "E6" ]
  27. },
  28. "diode_direction": "COL2ROW",
  29. "split": {
  30. "enabled": true
  31. },
  32. "processor": "atmega32u4",
  33. "community_layouts": [ "split_3x5_3", "split_3x6_3" ]
  34. }