qmk_firmware

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

keyboard.json (641B)


      1 {
      2     "keyboard_name": "Uno rev2",
      3     "usb": {
      4         "device_version": "0.0.2"
      5     },
      6     "rgblight": {
      7         "led_count": 1,
      8         "animations": {
      9             "rainbow_mood": true
     10         }
     11     },
     12     "ws2812": {
     13         "pin": "D1"
     14     },
     15     "encoder": {
     16         "rotary": [
     17             {"pin_a": "B2", "pin_b": "B3"}
     18         ]
     19     },
     20     "processor": "atmega32u4",
     21     "bootloader": "caterina",
     22     "features": {
     23         "bootmagic": false,
     24         "mousekey": false,
     25         "extrakey": false,
     26         "rgblight": true,
     27         "encoder": true
     28     },
     29     "matrix_pins": {
     30         "direct": [
     31             ["D0"]
     32         ]
     33     }
     34 }