logo

qmk_firmware

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

keyboard.json (594B)


  1. {
  2. "keyboard_name": "Valor FRL TKL Rev2.2",
  3. "usb": {
  4. "device_version": "0.0.3",
  5. "shared_endpoint": {
  6. "keyboard": true
  7. }
  8. },
  9. "features": {
  10. "bootmagic": true,
  11. "extrakey": true,
  12. "mousekey": true,
  13. "nkro": true
  14. },
  15. "matrix_pins": {
  16. "cols": ["A10", "A8", "B15", "B14", "B13", "B12", "B9", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0"],
  17. "rows": ["A15", "A14", "A13", "B3", "B4"]
  18. },
  19. "diode_direction": "COL2ROW",
  20. "processor": "STM32F401",
  21. "bootloader": "stm32-dfu"
  22. }