logo

qmk_firmware

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

keyboard.json (1378B)


  1. {
  2. "keyboard_name": "tone",
  3. "manufacturer": "PeranekoFactory",
  4. "url": "https://shop.yushakobo.jp/collections/keyboard-1/products/consign_tone-note",
  5. "maintainer": "PeranekoFactory",
  6. "usb": {
  7. "vid": "0xFEED",
  8. "pid": "0x0000",
  9. "device_version": "0.0.1"
  10. },
  11. "features": {
  12. "bootmagic": true,
  13. "encoder": true,
  14. "extrakey": true,
  15. "mousekey": true,
  16. "nkro": false
  17. },
  18. "encoder": {
  19. "rotary": [
  20. {"pin_a": "B5", "pin_b": "B4"}
  21. ]
  22. },
  23. "qmk": {
  24. "locking": {
  25. "enabled": true,
  26. "resync": true
  27. },
  28. "tap_keycode_delay": 100
  29. },
  30. "processor": "atmega32u4",
  31. "bootloader": "caterina",
  32. "matrix_pins": {
  33. "direct": [
  34. ["D4", "C6", "D7", "E6", "F6", "F7", "B1", "B3"]
  35. ]
  36. },
  37. "layouts": {
  38. "LAYOUT": {
  39. "layout": [
  40. {"x": 0, "y": 0, "matrix": [0, 0]},
  41. {"x": 1, "y": 0, "matrix": [0, 1]},
  42. {"x": 2, "y": 0, "matrix": [0, 2]},
  43. {"x": 3, "y": 0, "matrix": [0, 3]},
  44. {"x": 0, "y": 1, "matrix": [0, 4]},
  45. {"x": 1, "y": 1, "matrix": [0, 5]},
  46. {"x": 2, "y": 1, "matrix": [0, 6]},
  47. {"x": 3, "y": 1, "matrix": [0, 7]}
  48. ]
  49. }
  50. }
  51. }