qmk_firmware

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

keyboard.json (620B)


      1 {
      2     "keyboard_name": "Valor FRL TKL Rev1",
      3     "usb": {
      4         "device_version": "0.0.1"
      5     },
      6     "features": {
      7         "bootmagic": true,
      8         "command": true,
      9         "console": true,
     10         "extrakey": true,
     11         "mousekey": true,
     12         "nkro": true
     13     },
     14     "matrix_pins": {
     15         "cols": ["A9", "A8", "B15", "B14", "B13", "B12", "A0", "B11", "B10", "B2", "B1", "B0", "A7", "A6", "A5", "A4", "A3"],
     16         "rows": ["A15", "A14", "A1", "B3", "B4"]
     17     },
     18     "diode_direction": "COL2ROW",
     19     "eeprom": {
     20         "driver": "i2c"
     21     },
     22     "processor": "STM32F072",
     23     "bootloader": "stm32-dfu"
     24 }