qmk_firmware

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

keyboard.json (1063B)


      1 {
      2     "keyboard_name": "Unicomp Classic / Ultra Classic / New M (post-2013)",
      3     "manufacturer": "Unicomp/Purdea Andrei",
      4     "maintainer": "purdeaandrei",
      5     "url": "https://github.com/purdeaandrei/overnumpad_controller_1xb",
      6     "features": {
      7         "bootmagic": true,
      8         "extrakey": true,
      9         "haptic": true,
     10         "mousekey": true,
     11         "nkro": false
     12     },
     13     "indicators": {
     14         "caps_lock": "C11",
     15         "num_lock": "C12",
     16         "scroll_lock": "C10"
     17     },
     18     "haptic": {
     19         "driver": "solenoid"
     20     },
     21     "processor": "STM32F446",
     22     "bootloader": "stm32-dfu",
     23     "diode_direction": "ROW2COL",
     24     "matrix_pins": {
     25         // The controller to membrane interface has pads left-to-right, as seen on the keyboard, matching
     26         // the order listed below: all columns followed by all rows, (also followed by unused gpio "A10"):
     27         "cols": ["C3", "C2", "C1", "C0", "A3", "A4", "A5", "A6", "A7", "C4", "C5", "B0", "B1", "B10", "B12", "B13"],
     28         "rows": ["B14", "B15", "C6", "C7", "C8", "C9", "A8", "A9"]
     29     }
     30 }