qmk_firmware

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

keyboard.json (1106B)


      1 {
      2     "keyboard_name": "AEKISO60 Rev B",
      3     "usb": {
      4         "pid": "0x0011",
      5         "device_version": "0.0.2"
      6     },
      7     "features": {
      8         "bootmagic": true,
      9         "mousekey": true,
     10         "extrakey": true,
     11         "nkro": true,
     12         "rgblight": true
     13     },
     14     "rgblight": {
     15         "saturation_steps": 8,
     16         "brightness_steps": 8,
     17         "led_count": 12,
     18         "animations": {
     19             "breathing": true,
     20             "rainbow_mood": true,
     21             "rainbow_swirl": true,
     22             "snake": true,
     23             "knight": true,
     24             "christmas": true,
     25             "static_gradient": true,
     26             "rgb_test": true,
     27             "alternating": true,
     28             "twinkle": true
     29         }
     30     },
     31     "ws2812": {
     32         "pin": "A8"
     33     },
     34     "matrix_pins": {
     35         "cols": ["A3", "A4", "F1", "F0", "C15", "C14", "C13", "B9", "B8", "B6", "B5", "B4", "B3", "A15"],
     36         "rows": ["B15", "A9", "B7", "A1", "A2"]
     37     },
     38     "diode_direction": "COL2ROW",
     39     "indicators": {
     40         "caps_lock": "A10"
     41     },
     42     "processor": "STM32F072",
     43     "bootloader": "stm32-dfu"
     44 }