logo

qmk_firmware

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

keyboard.json (403B)


  1. {
  2. "matrix_pins": {
  3. "cols": ["D7", "B5", "D1", "D0", "C6", "B6", "F0", "D2", "D3", "F4", "F1"],
  4. "rows": ["B7", "D6", "C7", "F5"]
  5. },
  6. "diode_direction": "COL2ROW",
  7. "processor": "atmega32u4",
  8. "bootloader": "caterina",
  9. "features": {
  10. "bluetooth": true
  11. },
  12. "build": {
  13. "lto": true
  14. },
  15. "bluetooth": {
  16. "driver": "bluefruit_le"
  17. }
  18. }