qmk_firmware

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

info.json (1263B)


      1 {
      2     "manufacturer": "Qwertykeys",
      3     "maintainer": "Qwertykeys",
      4     "usb": {
      5         "vid": "0x4F53"
      6     },
      7     "matrix_pins": {
      8         "cols": ["A7", "B0", "B1", "B2", "B10", "B11", "B12", "B13", "B14", "B15", "A8", "A9", "A10", "A15", "B4", "B5", "B8", "B9", "C13" ],
      9         "rows": ["A1", "A2", "A3", "A5", "A4", "A6" ]
     10     },
     11     "diode_direction": "COL2ROW",
     12     "features": {
     13         "bootmagic": true,
     14         "extrakey": true,
     15         "mousekey": true,
     16         "rgblight": true,
     17         "nkro": true
     18     },
     19     "build": {
     20         "lto": true
     21     },
     22     "processor": "STM32F103",
     23     "bootloader": "stm32duino",
     24     "ws2812": {
     25         "pin": "B3"
     26     },
     27     "rgblight": {
     28         "animations": {
     29             "breathing": true,
     30             "knight": true,
     31             "rainbow_mood": true,
     32             "rainbow_swirl": true,
     33             "snake": true,
     34             "static_gradient": true
     35         },
     36         "brightness_steps": 10,
     37         "saturation_steps": 8,
     38         "led_count": 6,
     39         "max_brightness": 120,
     40         "default": {
     41             "val": 10
     42         },
     43         "layers": {
     44             "enabled": true,
     45             "override_rgb": true
     46         },
     47         "sleep": true
     48     },
     49     "dynamic_keymap": {
     50         "layer_count": 2
     51     }
     52 }