qmk_firmware

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

info.json (533B)


      1 {
      2     "manufacturer": "Keychron",
      3     "maintainer": "Joe",
      4     "bootloader": "stm32-dfu",
      5     "community_layouts": ["tkl_ansi"],
      6     "diode_direction": "ROW2COL",
      7     "eeprom": {
      8         "wear_leveling": {
      9             "backing_size": 4096
     10         }
     11     },
     12     "features": {
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "nkro": true
     17     },
     18     "processor": "STM32F401",
     19     "url": "https://github.com/Keychron",
     20     "usb": {
     21         "device_version": "1.0.1",
     22         "vid": "0x3434"
     23     }
     24 }