qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

keyboard.json (593B)


      1 {
      2     "keyboard_name": "Valor FRL TKL Rev2.0",
      3     "usb": {
      4         "device_version": "0.0.2",
      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": ["A9", "A8", "B15", "B14", "B13", "B12", "B9", "B1", "B0", "A7", "A6", "A5", "A4", "A3", "A2", "A1", "A0"],
     17         "rows": ["A15", "A14", "A10", "B3", "B4"]
     18     },
     19     "diode_direction": "COL2ROW",
     20     "processor": "STM32F411",
     21     "bootloader": "stm32-dfu"
     22 }