qmk_firmware

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

keyboard.json (973B)


      1 {
      2     "usb": {
      3         "device_version": "0.0.2"
      4     },
      5     "matrix_pins": {
      6         "cols": ["F6", "F7", "D6", "C7", "F5", "F4", "F1", "F0", "D2", "D3", "D5", "B3", "B2", "B1", "B0"],
      7         "rows": ["D7", "E6", "B4", "B5", "B6"]
      8     },
      9     "diode_direction": "COL2ROW",
     10     "rgblight": {
     11         "hue_steps": 10,
     12         "led_count": 14,
     13         "animations": {
     14             "breathing": true,
     15             "rainbow_mood": true,
     16             "rainbow_swirl": true,
     17             "snake": true,
     18             "knight": true,
     19             "christmas": true,
     20             "static_gradient": true,
     21             "rgb_test": true,
     22             "alternating": true,
     23             "twinkle": true
     24         }
     25     },
     26     "ws2812": {
     27         "pin": "D4"
     28     },
     29     "processor": "atmega32u4",
     30     "bootloader": "halfkay",
     31     "features": {
     32         "bootmagic": true,
     33         "mousekey": true,
     34         "extrakey": true,
     35         "nkro": true,
     36         "rgblight": true,
     37         "oled": true
     38     }
     39 }