qmk_firmware

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

keyboard.json (1222B)


      1 {
      2     "keyboard_name": "XD60 Rev 2",
      3     "usb": {
      4         "pid": "0x6060"
      5     },
      6     "features": {
      7         "backlight": true,
      8         "bootmagic": true,
      9         "extrakey": true,
     10         "mousekey": true,
     11         "nkro": true,
     12         "rgblight": true
     13     },
     14     "qmk": {
     15         "locking": {
     16             "enabled": true,
     17             "resync": true
     18         }
     19     },
     20     "matrix_pins": {
     21         "cols": ["F0", "F1", "E6", "C7", "C6", "B6", "D4", "B1", "B7", "B5", "B4", "D7", "D6", "B3"],
     22         "rows": ["D0", "D1", "D2", "D3", "D5"]
     23     },
     24     "diode_direction": "COL2ROW",
     25     "backlight": {
     26         "driver": "timer",
     27         "pin": "F5",
     28         "levels": 6,
     29         "on_state": 0
     30     },
     31     "rgblight": {
     32         "hue_steps": 10,
     33         "led_count": 6,
     34         "animations": {
     35             "breathing": true,
     36             "rainbow_mood": true,
     37             "rainbow_swirl": true,
     38             "snake": true,
     39             "knight": true,
     40             "christmas": true,
     41             "static_gradient": true,
     42             "rgb_test": true,
     43             "alternating": true,
     44             "twinkle": true
     45         }
     46     },
     47     "ws2812": {
     48         "pin": "F6"
     49     },
     50     "processor": "atmega32u4",
     51     "bootloader": "atmel-dfu"
     52 }