qmk_firmware

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

keyboard.json (1630B)


      1 {
      2     "keyboard_name": "Ellipse",
      3     "manufacturer": "AbstractKB",
      4     "url": "https://abstractkb.tk/product/ellipse-rev1",
      5     "maintainer": "AbstractKB",
      6     "usb": {
      7         "vid": "0xFEED",
      8         "pid": "0x0001",
      9         "device_version": "0.0.1"
     10     },
     11     "features": {
     12         "bootmagic": false,
     13         "encoder": true,
     14         "extrakey": true,
     15         "mousekey": false,
     16         "nkro": false,
     17         "rgblight": true
     18     },
     19     "qmk": {
     20         "locking": {
     21             "enabled": true,
     22             "resync": true
     23         }
     24     },
     25     "matrix_pins": {
     26         "cols": ["F0", "B6", "B5"],
     27         "rows": ["D3", "C7"]
     28     },
     29     "diode_direction": "COL2ROW",
     30     "encoder": {
     31         "rotary": [
     32             {"pin_a": "B2", "pin_b": "B1", "resolution": 2},
     33             {"pin_a": "B3", "pin_b": "B7", "resolution": 2},
     34             {"pin_a": "D5", "pin_b": "B4", "resolution": 2}
     35         ]
     36     },
     37     "backlight": {
     38         "pin": "C6",
     39         "levels": 15
     40     },
     41     "rgblight": {
     42         "saturation_steps": 8,
     43         "brightness_steps": 8,
     44         "led_count": 3,
     45         "sleep": true
     46     },
     47     "ws2812": {
     48         "pin": "E6"
     49     },
     50     "processor": "atmega32u4",
     51     "bootloader": "atmel-dfu",
     52     "layouts": {
     53         "LAYOUT": {
     54             "layout": [
     55                 {"matrix": [0, 0], "x": 0, "y": 0},
     56                 {"matrix": [0, 1], "x": 1, "y": 0},
     57                 {"matrix": [0, 2], "x": 2, "y": 0},
     58 
     59                 {"matrix": [1, 0], "x": 0, "y": 1.25},
     60                 {"matrix": [1, 1], "x": 1, "y": 1.25},
     61                 {"matrix": [1, 2], "x": 2, "y": 1.25}
     62             ]
     63         }
     64     }
     65 }