{
  "format": "thepad-preset",
  "formatVersion": 1,
  "id": "gamer-fps",
  "name": "FPS competitivo",
  "description": "Discord, Steam, mute de voz, capturas, volumen y Spotify para ranked.",
  "category": "gamer",
  "author": "CYPAD",
  "profiles": [
    {
      "id": "gamer-fps-main",
      "name": "FPS",
      "grid": {
        "columns": 5,
        "rows": 2
      },
      "buttons": [
        {
          "id": "btn-gamer-fps-discord",
          "label": "Discord",
          "accent": "#9f7cff",
          "icon": {
            "kind": "brand",
            "value": "discord"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-gamer-fps-discord",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-steam",
          "label": "Steam",
          "accent": "#00f5ff",
          "icon": {
            "kind": "brand",
            "value": "steam"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-gamer-fps-steam",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-mute-discord",
          "label": "Mute Discord",
          "accent": "#ff6b35",
          "icon": {
            "kind": "brand",
            "value": "discord"
          },
          "action": {
            "type": "type_keys",
            "text": "ctrl+shift+m",
            "mode": "hotkey"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-deafen",
          "label": "Ensordecer",
          "accent": "#9f7cff",
          "icon": {
            "kind": "brand",
            "value": "discord"
          },
          "action": {
            "type": "type_keys",
            "text": "ctrl+shift+d",
            "mode": "hotkey"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-capture",
          "label": "Captura",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "lucide",
            "value": "image"
          },
          "action": {
            "type": "type_keys",
            "text": "win+shift+s",
            "mode": "hotkey"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-mute-pc",
          "label": "Mute PC",
          "accent": "#ff2bd6",
          "icon": {
            "kind": "lucide",
            "value": "music"
          },
          "action": {
            "type": "volume_control",
            "direction": "mute"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-vol-up",
          "label": "Vol+",
          "accent": "#8fff00",
          "icon": {
            "kind": "lucide",
            "value": "activity"
          },
          "action": {
            "type": "volume_control",
            "direction": "up"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-vol-down",
          "label": "Vol-",
          "accent": "#ffe66d",
          "icon": {
            "kind": "lucide",
            "value": "activity"
          },
          "action": {
            "type": "volume_control",
            "direction": "down"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-spotify",
          "label": "Spotify",
          "accent": "#8fff00",
          "icon": {
            "kind": "brand",
            "value": "spotify"
          },
          "action": {
            "type": "run_command",
            "commandId": "cmd-gamer-fps-spotify",
            "shell": "powershell",
            "runInTerminal": false
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        },
        {
          "id": "btn-gamer-fps-play",
          "label": "Play/Pausa",
          "accent": "#ffe66d",
          "icon": {
            "kind": "lucide",
            "value": "music"
          },
          "action": {
            "type": "media_control",
            "action": "play_pause"
          },
          "updatedAt": "2026-08-26T12:00:00.000Z"
        }
      ]
    }
  ],
  "allowedCommands": [
    {
      "id": "cmd-gamer-fps-discord",
      "label": "Discord",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'discord:'",
      "args": [],
      "runInTerminal": false
    },
    {
      "id": "cmd-gamer-fps-steam",
      "label": "Steam",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'steam://open/main'",
      "args": [],
      "runInTerminal": false
    },
    {
      "id": "cmd-gamer-fps-spotify",
      "label": "Spotify",
      "kind": "script",
      "shell": "powershell",
      "command": "Start-Process 'spotify:'",
      "args": [],
      "runInTerminal": false
    }
  ],
  "profileRules": [],
  "soundboards": []
}
