{
  "schemaVersion": 3.0,
  "appVersion": "9.1.2",
  "config": {
    "appName": "Notepad",
    "processNames": [
      "Notepad.exe"
    ],
    "minTimeUnit": 1
  },
  "devices": {
    "groups": [
      {
        "id": 1,
        "name": "keyboard"
      },
      {
        "id": 2,
        "name": "mouse"
      }
    ],
    "hardware": [
      {
        "id": 1,
        "name": "gamepad",
        "default": {
          "touchpads": [
            {
              "id": 2,
              "mode": "analog",
              "trackballFriction": 50
            }
          ]
        },
        "applyToPhysicalPriority": true
      },
      {
        "groupId": 1,
        "id": 11,
        "name": "keyboard",
        "type": "standard"
      },
      {
        "groupId": 2,
        "id": 21,
        "name": "keyboard",
        "type": "standard"
      }
    ],
    "virtual": {
      "gamepads": [
        {
          "id": 1,
          "type": "360"
        }
      ]
    }
  },
  "masks": [
    {
      "id": 1,
      "set": [
        {
          "deviceId": 11,
          "buttonId": 38,
          "description": "DIK_L"
        }
      ]
    },
    {
      "id": 2,
      "set": [
        {
          "deviceId": 21,
          "buttonId": 209,
          "description": "DIK_NEXT"
        }
      ]
    }
  ],
  "mappings": [
    {
      "condition": {
        "mask": {
          "id": 1,
          "activator": {
            "type": "single",
            "mode": "hold_until_release"
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 31,
            "description": "DIK_S"
          }
        }
      ]
    },
    {
      "condition": {
        "mask": {
          "id": 1,
          "activator": {
            "type": "double",
            "mode": "hold_until_release"
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 20,
            "description": "DIK_T"
          }
        }
      ]
    },
    {
      "condition": {
        "hardware": {
          "deviceId": 11,
          "buttonId": 38,
          "description": "DIK_L"
        }
      },
      "hardware": {
        "unmap": true
      }
    },
    {
      "condition": {
        "mask": {
          "id": 2,
          "activator": {
            "type": "single",
            "mode": "hold_until_release"
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 31,
            "description": "DIK_S"
          }
        }
      ]
    },
    {
      "condition": {
        "mask": {
          "id": 2,
          "activator": {
            "type": "double",
            "mode": "onetime",
            "params": {
              "expert": true,
              "singlewaittime": 225,
              "doublewaittime": 325
            }
          }
        }
      },
      "macros": [
        {
          "keyboard": {
            "buttonId": 46,
            "description": "DIK_C",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 20,
            "description": "DIK_T",
            "action": "down"
          }
        },
        {
          "keyboard": {
            "buttonId": 46,
            "description": "DIK_C",
            "action": "up"
          }
        },
        {
          "keyboard": {
            "buttonId": 20,
            "description": "DIK_T",
            "action": "up"
          }
        }
      ]
    },
    {
      "condition": {
        "hardware": {
          "deviceId": 21,
          "buttonId": 209,
          "description": "DIK_NEXT"
        }
      },
      "hardware": {
        "unmap": true
      }
    }
  ]
}
