{
    "version": 18,
    "unmapped_passthrough_layers": [
        0,
        1,
        2,
        3,
        4,
        5,
        6,
        7
    ],
    "partial_scroll_timeout": 1000000,
    "tap_hold_threshold": 200000,
    "gpio_debounce_time_ms": 5,
    "interval_override": 0,
    "our_descriptor_number": 0,
    "ignore_auth_dev_inputs": false,
    "macro_entry_duration": 1,
    "gpio_output_mode": 0,
    "input_labels": 0,
    "normalize_gamepad_inputs": true,
    "mappings": [
        {
            "target_usage": "0xfff10001",
            "source_usage": "0x00070047",
            "scaling": 1000,
            "layers": [
                0
            ],
            "sticky": true,
            "tap": false,
            "hold": false,
            "source_port": 0,
            "target_port": 0
        },
        {
            "target_usage": "0x0007002e",
            "source_usage": "0xfff30001",
            "scaling": 1000,
            "layers": [
                1
            ],
            "sticky": false,
            "tap": false,
            "hold": false,
            "source_port": 0,
            "target_port": 0
        },
        {
            "target_usage": "0x000700e5",
            "source_usage": "0xfff30002",
            "scaling": 1000,
            "layers": [
                1
            ],
            "sticky": false,
            "tap": false,
            "hold": false,
            "source_port": 0,
            "target_port": 0
        },
        {
            "target_usage": "0x0007002d",
            "source_usage": "0xfff30003",
            "scaling": 1000,
            "layers": [
                1
            ],
            "sticky": false,
            "tap": false,
            "hold": false,
            "source_port": 0,
            "target_port": 0
        }
    ],
    "macros": [
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        [],
        []
    ],
    "expressions": [
        "/* both right shift and - pressed */ eol 0x000700e5 input_state_binary eol 0x0007002d input_state_binary eol mul",
        "/* right shift pressed but not - */ eol 0x000700e5 input_state_binary eol 0x0007002d input_state_binary not eol mul",
        "/* - pressed but not right shift */ eol 0x000700e5 input_state_binary not eol 0x0007002d input_state_binary eol mul",
        "",
        "",
        "",
        "",
        ""
    ],
    "quirks": []
}