qmk_firmware

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

keyboard.json (1432B)


      1 {
      2     "keyboard_name": "Crypt Macro",
      3     "manufacturer": "Yiancar-Designs",
      4     "url": "https://yiancar-designs.com",
      5     "maintainer": "Yiancar-Designs",
      6     "usb": {
      7         "vid": "0x8968",
      8         "pid": "0x434D",
      9         "device_version": "0.0.1"
     10     },
     11     "rgblight": {
     12         "saturation_steps": 8,
     13         "brightness_steps": 8,
     14         "led_count": 11,
     15         "animations": {
     16             "breathing": true,
     17             "rainbow_mood": true,
     18             "rainbow_swirl": true,
     19             "snake": true,
     20             "knight": true,
     21             "christmas": true,
     22             "static_gradient": true,
     23             "rgb_test": true,
     24             "alternating": true,
     25             "twinkle": true
     26         }
     27     },
     28     "ws2812": {
     29         "pin": "B4",
     30         "driver": "pwm"
     31     },
     32     "processor": "STM32F072",
     33     "bootloader": "stm32-dfu",
     34     "features": {
     35         "bootmagic": true,
     36         "mousekey": true,
     37         "extrakey": true,
     38         "nkro": true,
     39         "rgblight": true
     40     },
     41     "matrix_pins": {
     42         "direct": [
     43             ["B12", "B6", "B7"],
     44             [null, "B5", null]
     45         ]
     46     },
     47     "layouts": {
     48         "LAYOUT": {
     49             "layout": [
     50                 {"x": 0, "y": 0, "matrix": [0, 0]},
     51                 {"x": 1, "y": 0, "matrix": [0, 1]},
     52                 {"x": 2, "y": 0, "matrix": [0, 2]},
     53                 {"x": 0.5, "y": 1, "w": 2, "matrix": [1, 1]}
     54             ]
     55         }
     56     }
     57 }