|
|
@@ -0,0 +1,367 @@
|
|
|
+{
|
|
|
+ "maintainer": "foostan",
|
|
|
+ "manufacturer": "foostan",
|
|
|
+ "url": "https://github.com/foostan/crkbd",
|
|
|
+ "usb": {
|
|
|
+ "vid": "0x4653",
|
|
|
+ "suspend_wakeup_delay": 200,
|
|
|
+ "device_version": "4.0.0"
|
|
|
+ },
|
|
|
+ "processor": "RP2040",
|
|
|
+ "bootloader": "rp2040",
|
|
|
+ "features": {
|
|
|
+ "bootmagic": true,
|
|
|
+ "extrakey": true,
|
|
|
+ "nkro": true,
|
|
|
+ "oled": true,
|
|
|
+ "rgblight": false,
|
|
|
+ "rgb_matrix": true,
|
|
|
+ "mousekey": true,
|
|
|
+ "encoder": true
|
|
|
+ },
|
|
|
+ "diode_direction": "COL2ROW",
|
|
|
+ "dynamic_keymap": {
|
|
|
+ "layer_count": 6
|
|
|
+ },
|
|
|
+ "matrix_pins": {
|
|
|
+ "direct":[
|
|
|
+ ["GP22", "GP20", "GP23", "GP26", "GP29", "GP0", "GP4"],
|
|
|
+ ["GP19", "GP18", "GP24", "GP27", "GP1", "GP2", "GP8"],
|
|
|
+ ["GP17", "GP16", "GP25", "GP28", "GP3", "GP9", null],
|
|
|
+ [ null, null, null, "GP14", "GP15", "GP11", null]
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "encoder": {
|
|
|
+ "rotary": [
|
|
|
+ {"pin_a": "GP5", "pin_b": "GP7"},
|
|
|
+ {"pin_a": "GP6", "pin_b": "GP7"}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "bootmagic": {
|
|
|
+ "enabled": true,
|
|
|
+ "matrix": [ 0, 1 ]
|
|
|
+ },
|
|
|
+ "split": {
|
|
|
+ "enabled": true,
|
|
|
+ "bootmagic": {
|
|
|
+ "matrix": [ 4, 1 ]
|
|
|
+ },
|
|
|
+ "handedness": {
|
|
|
+ "pin": "GP21"
|
|
|
+ },
|
|
|
+ "matrix_pins": {
|
|
|
+ "right": {
|
|
|
+ "direct": [
|
|
|
+ [ "GP8", "GP9", "GP3", "GP2", "GP1", "GP27", "GP25"],
|
|
|
+ ["GP11", "GP14", "GP4", "GP0", "GP28", "GP26", "GP23"],
|
|
|
+ ["GP15", "GP18", "GP5", "GP29", "GP20", "GP22", null],
|
|
|
+ [ null, null, null, "GP16", "GP17", "GP19", null]
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "encoder": {
|
|
|
+ "right": {
|
|
|
+ "rotary": [
|
|
|
+ {"pin_a": "GP24", "pin_b": "GP7"},
|
|
|
+ {"pin_a": "GP6", "pin_b": "GP7"}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "serial": {
|
|
|
+ "driver": "vendor"
|
|
|
+ },
|
|
|
+ "transport": {
|
|
|
+ "sync": {
|
|
|
+ "matrix_state": true
|
|
|
+ },
|
|
|
+ "watchdog": true
|
|
|
+
|
|
|
+ },
|
|
|
+ "usb_detect": {
|
|
|
+ "timeout": 500
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "community_layouts": [ "split_3x5_3", "split_3x6_3" ],
|
|
|
+ "layouts": {
|
|
|
+ "LAYOUT_split_3x5_3": {
|
|
|
+ "layout": [
|
|
|
+ {"matrix": [0, 1], "x": 0, "y": 0.3},
|
|
|
+ {"matrix": [0, 2], "x": 1, "y": 0.1},
|
|
|
+ {"matrix": [0, 3], "x": 2, "y": 0},
|
|
|
+ {"matrix": [0, 4], "x": 3, "y": 0.1},
|
|
|
+ {"matrix": [0, 5], "x": 4, "y": 0.2},
|
|
|
+
|
|
|
+ {"matrix": [4, 5], "x": 8, "y": 0.2},
|
|
|
+ {"matrix": [4, 4], "x": 9, "y": 0.1},
|
|
|
+ {"matrix": [4, 3], "x": 10, "y": 0},
|
|
|
+ {"matrix": [4, 2], "x": 11, "y": 0.1},
|
|
|
+ {"matrix": [4, 1], "x": 12, "y": 0.3},
|
|
|
+
|
|
|
+ {"matrix": [1, 1], "x": 0, "y": 1.3},
|
|
|
+ {"matrix": [1, 2], "x": 1, "y": 1.1},
|
|
|
+ {"matrix": [1, 3], "x": 2, "y": 1},
|
|
|
+ {"matrix": [1, 4], "x": 3, "y": 1.1},
|
|
|
+ {"matrix": [1, 5], "x": 4, "y": 1.2},
|
|
|
+
|
|
|
+ {"matrix": [5, 5], "x": 8, "y": 1.2},
|
|
|
+ {"matrix": [5, 4], "x": 9, "y": 1.1},
|
|
|
+ {"matrix": [5, 3], "x": 10, "y": 1},
|
|
|
+ {"matrix": [5, 2], "x": 11, "y": 1.1},
|
|
|
+ {"matrix": [5, 1], "x": 12, "y": 1.3},
|
|
|
+
|
|
|
+ {"matrix": [2, 1], "x": 0, "y": 2.3},
|
|
|
+ {"matrix": [2, 2], "x": 1, "y": 2.1},
|
|
|
+ {"matrix": [2, 3], "x": 2, "y": 2},
|
|
|
+ {"matrix": [2, 4], "x": 3, "y": 2.1},
|
|
|
+ {"matrix": [2, 5], "x": 4, "y": 2.2},
|
|
|
+
|
|
|
+ {"matrix": [6, 5], "x": 8, "y": 2.2},
|
|
|
+ {"matrix": [6, 4], "x": 9, "y": 2.1},
|
|
|
+ {"matrix": [6, 3], "x": 10, "y": 2},
|
|
|
+ {"matrix": [6, 2], "x": 11, "y": 2.1},
|
|
|
+ {"matrix": [6, 1], "x": 12, "y": 2.3},
|
|
|
+
|
|
|
+ {"matrix": [3, 3], "x": 3, "y": 3.7},
|
|
|
+ {"matrix": [3, 4], "x": 4, "y": 3.7},
|
|
|
+ {"matrix": [3, 5], "x": 5, "y": 3.2, "h": 1.5},
|
|
|
+
|
|
|
+ {"matrix": [7, 5], "x": 7, "y": 3.2, "h": 1.5},
|
|
|
+ {"matrix": [7, 4], "x": 8, "y": 3.7},
|
|
|
+ {"matrix": [7, 3], "x": 9, "y": 3.7}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "LAYOUT_split_3x6_3": {
|
|
|
+ "layout": [
|
|
|
+ {"matrix": [0, 0], "x": 0, "y": 0.3},
|
|
|
+ {"matrix": [0, 1], "x": 1, "y": 0.3},
|
|
|
+ {"matrix": [0, 2], "x": 2, "y": 0.1},
|
|
|
+ {"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
+ {"matrix": [0, 4], "x": 4, "y": 0.1},
|
|
|
+ {"matrix": [0, 5], "x": 5, "y": 0.2},
|
|
|
+
|
|
|
+ {"matrix": [4, 5], "x": 9, "y": 0.2},
|
|
|
+ {"matrix": [4, 4], "x": 10, "y": 0.1},
|
|
|
+ {"matrix": [4, 3], "x": 11, "y": 0},
|
|
|
+ {"matrix": [4, 2], "x": 12, "y": 0.1},
|
|
|
+ {"matrix": [4, 1], "x": 13, "y": 0.3},
|
|
|
+ {"matrix": [4, 0], "x": 14, "y": 0.3},
|
|
|
+
|
|
|
+ {"matrix": [1, 0], "x": 0, "y": 1.3},
|
|
|
+ {"matrix": [1, 1], "x": 1, "y": 1.3},
|
|
|
+ {"matrix": [1, 2], "x": 2, "y": 1.1},
|
|
|
+ {"matrix": [1, 3], "x": 3, "y": 1},
|
|
|
+ {"matrix": [1, 4], "x": 4, "y": 1.1},
|
|
|
+ {"matrix": [1, 5], "x": 5, "y": 1.2},
|
|
|
+
|
|
|
+ {"matrix": [5, 5], "x": 9, "y": 1.2},
|
|
|
+ {"matrix": [5, 4], "x": 10, "y": 1.1},
|
|
|
+ {"matrix": [5, 3], "x": 11, "y": 1},
|
|
|
+ {"matrix": [5, 2], "x": 12, "y": 1.1},
|
|
|
+ {"matrix": [5, 1], "x": 13, "y": 1.3},
|
|
|
+ {"matrix": [5, 0], "x": 14, "y": 1.3},
|
|
|
+
|
|
|
+ {"matrix": [2, 0], "x": 0, "y": 2.3},
|
|
|
+ {"matrix": [2, 1], "x": 1, "y": 2.3},
|
|
|
+ {"matrix": [2, 2], "x": 2, "y": 2.1},
|
|
|
+ {"matrix": [2, 3], "x": 3, "y": 2},
|
|
|
+ {"matrix": [2, 4], "x": 4, "y": 2.1},
|
|
|
+ {"matrix": [2, 5], "x": 5, "y": 2.2},
|
|
|
+
|
|
|
+ {"matrix": [6, 5], "x": 9, "y": 2.2},
|
|
|
+ {"matrix": [6, 4], "x": 10, "y": 2.1},
|
|
|
+ {"matrix": [6, 3], "x": 11, "y": 2},
|
|
|
+ {"matrix": [6, 2], "x": 12, "y": 2.1},
|
|
|
+ {"matrix": [6, 1], "x": 13, "y": 2.3},
|
|
|
+ {"matrix": [6, 0], "x": 14, "y": 2.3},
|
|
|
+
|
|
|
+ {"matrix": [3, 3], "x": 4, "y": 3.7},
|
|
|
+ {"matrix": [3, 4], "x": 5, "y": 3.7},
|
|
|
+ {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
|
|
|
+
|
|
|
+ {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
|
|
|
+ {"matrix": [7, 4], "x": 9, "y": 3.7},
|
|
|
+ {"matrix": [7, 3], "x": 10, "y": 3.7}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "LAYOUT_split_3x5_3_ex2": {
|
|
|
+ "layout": [
|
|
|
+ {"matrix": [0, 1], "x": 0, "y": 0.3},
|
|
|
+ {"matrix": [0, 2], "x": 1, "y": 0.1},
|
|
|
+ {"matrix": [0, 3], "x": 2, "y": 0},
|
|
|
+ {"matrix": [0, 4], "x": 3, "y": 0.1},
|
|
|
+ {"matrix": [0, 5], "x": 4, "y": 0.2},
|
|
|
+ {"matrix": [0, 6], "x": 5, "y": 0.7},
|
|
|
+
|
|
|
+ {"matrix": [4, 6], "x": 8, "y": 0.7},
|
|
|
+ {"matrix": [4, 5], "x": 9, "y": 0.2},
|
|
|
+ {"matrix": [4, 4], "x": 10, "y": 0.1},
|
|
|
+ {"matrix": [4, 3], "x": 11, "y": 0},
|
|
|
+ {"matrix": [4, 2], "x": 12, "y": 0.1},
|
|
|
+ {"matrix": [4, 1], "x": 13, "y": 0.3},
|
|
|
+
|
|
|
+ {"matrix": [1, 1], "x": 0, "y": 1.3},
|
|
|
+ {"matrix": [1, 2], "x": 1, "y": 1.1},
|
|
|
+ {"matrix": [1, 3], "x": 2, "y": 1},
|
|
|
+ {"matrix": [1, 4], "x": 3, "y": 1.1},
|
|
|
+ {"matrix": [1, 5], "x": 4, "y": 1.2},
|
|
|
+ {"matrix": [1, 6], "x": 5, "y": 1.7},
|
|
|
+
|
|
|
+ {"matrix": [5, 6], "x": 8, "y": 1.7},
|
|
|
+ {"matrix": [5, 5], "x": 9, "y": 1.2},
|
|
|
+ {"matrix": [5, 4], "x": 10, "y": 1.1},
|
|
|
+ {"matrix": [5, 3], "x": 11, "y": 1},
|
|
|
+ {"matrix": [5, 2], "x": 12, "y": 1.1},
|
|
|
+ {"matrix": [5, 1], "x": 13, "y": 1.3},
|
|
|
+
|
|
|
+ {"matrix": [2, 1], "x": 0, "y": 2.3},
|
|
|
+ {"matrix": [2, 2], "x": 1, "y": 2.1},
|
|
|
+ {"matrix": [2, 3], "x": 2, "y": 2},
|
|
|
+ {"matrix": [2, 4], "x": 3, "y": 2.1},
|
|
|
+ {"matrix": [2, 5], "x": 4, "y": 2.2},
|
|
|
+
|
|
|
+ {"matrix": [6, 5], "x": 9, "y": 2.2},
|
|
|
+ {"matrix": [6, 4], "x": 10, "y": 2.1},
|
|
|
+ {"matrix": [6, 3], "x": 11, "y": 2},
|
|
|
+ {"matrix": [6, 2], "x": 12, "y": 2.1},
|
|
|
+ {"matrix": [6, 1], "x": 13, "y": 2.3},
|
|
|
+
|
|
|
+ {"matrix": [3, 3], "x": 4, "y": 3.7},
|
|
|
+ {"matrix": [3, 4], "x": 5, "y": 3.7},
|
|
|
+ {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
|
|
|
+
|
|
|
+ {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
|
|
|
+ {"matrix": [7, 4], "x": 9, "y": 3.7},
|
|
|
+ {"matrix": [7, 3], "x": 10, "y": 3.7}
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "LAYOUT_split_3x6_3_ex2": {
|
|
|
+ "layout": [
|
|
|
+ {"matrix": [0, 0], "x": 0, "y": 0.3},
|
|
|
+ {"matrix": [0, 1], "x": 1, "y": 0.3},
|
|
|
+ {"matrix": [0, 2], "x": 2, "y": 0.1},
|
|
|
+ {"matrix": [0, 3], "x": 3, "y": 0},
|
|
|
+ {"matrix": [0, 4], "x": 4, "y": 0.1},
|
|
|
+ {"matrix": [0, 5], "x": 5, "y": 0.2},
|
|
|
+ {"matrix": [0, 6], "x": 6, "y": 0.7},
|
|
|
+
|
|
|
+ {"matrix": [4, 6], "x": 8, "y": 0.7},
|
|
|
+ {"matrix": [4, 5], "x": 9, "y": 0.2},
|
|
|
+ {"matrix": [4, 4], "x": 10, "y": 0.1},
|
|
|
+ {"matrix": [4, 3], "x": 11, "y": 0},
|
|
|
+ {"matrix": [4, 2], "x": 12, "y": 0.1},
|
|
|
+ {"matrix": [4, 1], "x": 13, "y": 0.3},
|
|
|
+ {"matrix": [4, 0], "x": 14, "y": 0.3},
|
|
|
+
|
|
|
+ {"matrix": [1, 0], "x": 0, "y": 1.3},
|
|
|
+ {"matrix": [1, 1], "x": 1, "y": 1.3},
|
|
|
+ {"matrix": [1, 2], "x": 2, "y": 1.1},
|
|
|
+ {"matrix": [1, 3], "x": 3, "y": 1},
|
|
|
+ {"matrix": [1, 4], "x": 4, "y": 1.1},
|
|
|
+ {"matrix": [1, 5], "x": 5, "y": 1.2},
|
|
|
+ {"matrix": [1, 6], "x": 6, "y": 1.7},
|
|
|
+
|
|
|
+ {"matrix": [5, 6], "x": 8, "y": 1.7},
|
|
|
+ {"matrix": [5, 5], "x": 9, "y": 1.2},
|
|
|
+ {"matrix": [5, 4], "x": 10, "y": 1.1},
|
|
|
+ {"matrix": [5, 3], "x": 11, "y": 1},
|
|
|
+ {"matrix": [5, 2], "x": 12, "y": 1.1},
|
|
|
+ {"matrix": [5, 1], "x": 13, "y": 1.3},
|
|
|
+ {"matrix": [5, 0], "x": 14, "y": 1.3},
|
|
|
+
|
|
|
+ {"matrix": [2, 0], "x": 0, "y": 2.3},
|
|
|
+ {"matrix": [2, 1], "x": 1, "y": 2.3},
|
|
|
+ {"matrix": [2, 2], "x": 2, "y": 2.1},
|
|
|
+ {"matrix": [2, 3], "x": 3, "y": 2},
|
|
|
+ {"matrix": [2, 4], "x": 4, "y": 2.1},
|
|
|
+ {"matrix": [2, 5], "x": 5, "y": 2.2},
|
|
|
+
|
|
|
+ {"matrix": [6, 5], "x": 9, "y": 2.2},
|
|
|
+ {"matrix": [6, 4], "x": 10, "y": 2.1},
|
|
|
+ {"matrix": [6, 3], "x": 11, "y": 2},
|
|
|
+ {"matrix": [6, 2], "x": 12, "y": 2.1},
|
|
|
+ {"matrix": [6, 1], "x": 13, "y": 2.3},
|
|
|
+ {"matrix": [6, 0], "x": 14, "y": 2.3},
|
|
|
+
|
|
|
+ {"matrix": [3, 3], "x": 4, "y": 3.7},
|
|
|
+ {"matrix": [3, 4], "x": 5, "y": 3.7},
|
|
|
+ {"matrix": [3, 5], "x": 6, "y": 3.2, "h": 1.5},
|
|
|
+
|
|
|
+ {"matrix": [7, 5], "x": 8, "y": 3.2, "h": 1.5},
|
|
|
+ {"matrix": [7, 4], "x": 9, "y": 3.7},
|
|
|
+ {"matrix": [7, 3], "x": 10, "y": 3.7}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "ws2812": {
|
|
|
+ "driver": "vendor",
|
|
|
+ "pin": "GP10"
|
|
|
+ },
|
|
|
+ "rgblight": {
|
|
|
+ "led_count": 46,
|
|
|
+ "split": true,
|
|
|
+ "split_count": [23, 23],
|
|
|
+ "max_brightness": 50,
|
|
|
+ "animations": {
|
|
|
+ "alternating": true,
|
|
|
+ "breathing": true,
|
|
|
+ "christmas": true,
|
|
|
+ "knight": true,
|
|
|
+ "rainbow_mood": true,
|
|
|
+ "rainbow_swirl": true,
|
|
|
+ "rgb_test": true,
|
|
|
+ "snake": true,
|
|
|
+ "static_gradient": true,
|
|
|
+ "twinkle": true
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "rgb_matrix": {
|
|
|
+ "driver": "ws2812",
|
|
|
+ "max_brightness": 50,
|
|
|
+ "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,
|
|
|
+ "raindrops": true,
|
|
|
+ "jellybean_raindrops": true,
|
|
|
+ "hue_breathing": true,
|
|
|
+ "hue_pendulum": true,
|
|
|
+ "hue_wave": true,
|
|
|
+ "pixel_fractal": true,
|
|
|
+ "pixel_flow": true,
|
|
|
+ "pixel_rain": 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
|
|
|
+ },
|
|
|
+ "sleep": true
|
|
|
+ }
|
|
|
+}
|