| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- {
- "keyboard_name": "BAMFK-4",
- "manufacturer": "Keebio",
- "url": "https://keeb.io",
- "maintainer": "nooges",
- "usb": {
- "vid": "0xCB10",
- "pid": "0x1114",
- "device_version": "0.0.1"
- },
- "ws2812": {
- "pin": "D3"
- },
- "rgb_matrix": {
- "animations":{
- "alphas_mods": true,
- "gradient_up_down": true,
- "gradient_left_right": true,
- "breathing": true,
- "band_sat": true,
- "band_val": true,
- "band_pinwheel_sat": true,
- "band_pinwheel_val": true,
- "band_spiral_sat": true,
- "band_spiral_val": true,
- "cycle_all": true,
- "cycle_left_right": true,
- "cycle_up_down": true,
- "rainbow_moving_chevron": true,
- "cycle_out_in": true,
- "cycle_out_in_dual": true,
- "cycle_pinwheel": true,
- "cycle_spiral": true,
- "dual_beacon": true,
- "rainbow_beacon": true,
- "rainbow_pinwheels": true,
- "typing_heatmap": true,
- "digital_rain": true,
- "solid_reactive_simple": true,
- "solid_reactive": true,
- "solid_reactive_wide": true,
- "solid_reactive_multiwide": true,
- "solid_reactive_cross": true,
- "solid_reactive_multicross": true,
- "solid_reactive_nexus": true,
- "solid_reactive_multinexus": true,
- "splash": true,
- "multisplash": true,
- "solid_splash": true,
- "solid_multisplash": true
- },
- "driver": "ws2812",
- "layout": [
- {"x": 26, "y": 10, "flags": 4},
- {"x": 4, "y": 10, "flags": 4},
- {"x": 3, "y": 49, "flags": 4},
- {"x": 23, "y": 49, "flags": 4},
- {"x": 69, "y": 49, "flags": 4},
- {"x": 68, "y": 10, "flags": 4},
- {"x": 90, "y": 10, "flags": 4},
- {"x": 89, "y": 49, "flags": 4},
- {"x": 134, "y": 49, "flags": 4},
- {"x": 132, "y": 10, "flags": 4},
- {"x": 155, "y": 10, "flags": 4},
- {"x": 155, "y": 49, "flags": 4},
- {"x": 199, "y": 49, "flags": 4},
- {"x": 199, "y": 10, "flags": 4},
- {"x": 219, "y": 10, "flags": 4},
- {"x": 219, "y": 49, "flags": 4},
- {"x": 218, "y": 62, "flags": 2},
- {"x": 188, "y": 62, "flags": 2},
- {"x": 159, "y": 62, "flags": 2},
- {"x": 123, "y": 62, "flags": 2},
- {"x": 100, "y": 62, "flags": 2},
- {"x": 59, "y": 62, "flags": 2},
- {"x": 35, "y": 62, "flags": 2},
- {"x": 5, "y": 62, "flags": 2},
- {"x": 6, "y": 6, "flags": 2},
- {"x": 35, "y": 6, "flags": 2},
- {"x": 59, "y": 6, "flags": 2},
- {"x": 100, "y": 6, "flags": 2},
- {"x": 123, "y": 6, "flags": 2},
- {"x": 159, "y": 6, "flags": 2},
- {"x": 188, "y": 6, "flags": 2},
- {"x": 218, "y": 6, "flags": 2}
- ],
- "max_brightness": 160,
- "sleep": true
- },
- "rgblight": {
- "saturation_steps": 8,
- "brightness_steps": 8,
- "led_count": 32,
- "max_brightness": 120,
- "sleep": true,
- "animations": {
- "breathing": true,
- "rainbow_mood": true,
- "rainbow_swirl": true,
- "snake": true,
- "knight": true,
- "christmas": true,
- "static_gradient": true,
- "rgb_test": true,
- "alternating": true,
- "twinkle": true
- },
- "default": {
- "val": 120
- }
- },
- "build": {
- "lto": true
- },
- "features": {
- "bootmagic": true,
- "console": true,
- "extrakey": true,
- "mousekey": false,
- "nkro": false,
- "rgb_matrix": true
- },
- "qmk": {
- "locking": {
- "enabled": true,
- "resync": true
- }
- },
- "matrix_pins": {
- "cols": ["E6", "D5", "B6", "B7"],
- "rows": ["F0"]
- },
- "diode_direction": "COL2ROW",
- "processor": "atmega32u4",
- "bootloader": "atmel-dfu",
- "layouts": {
- "LAYOUT": {
- "layout": [
- {"matrix": [0, 0], "x": 0, "y": 0, "w": 2, "h": 2},
- {"matrix": [0, 1], "x": 2, "y": 0, "w": 2, "h": 2},
- {"matrix": [0, 2], "x": 4, "y": 0, "w": 2, "h": 2},
- {"matrix": [0, 3], "x": 6, "y": 0, "w": 2, "h": 2}
- ]
- }
- }
- }
|