Skip to content

Instantly share code, notes, and snippets.

@zeevro
Created December 22, 2022 21:17
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zeevro/d55fda538b2a7c6aa7ab8401f23fe4f3 to your computer and use it in GitHub Desktop.
Save zeevro/d55fda538b2a7c6aa7ab8401f23fe4f3 to your computer and use it in GitHub Desktop.
Fixed version of the Keychron K3 Pro white-backlight VIA JSON file
{
"name": "Keychron K3 Pro",
"vendorId": "0x3434",
"productId": "0x0233",
"lighting": {
"extends": "none",
"keycodes": "qmk"
},
"customKeycodes": [
{"name": "Left Option", "title": "Left Option", "shortName": "LOpt"},
{"name": "Right Option", "title": "Right Option", "shortName": "ROpt"},
{"name": "Left Cmd", "title": "Left Command", "shortName": "LCmd"},
{"name": "Right Cmd", "title": "Right Command", "shortName": "RCmd"},
{"name": "Misson Control", "title": "Misson Control, availabe in macOS", "shortName": "Mission Control"},
{"name": "Launch pad", "title": "Launch pad, availabe in macOS", "shortName": "Launch Pad"},
{"name": "Task View", "title": "Task View in Windows", "shortName": "Task View"},
{"name": "File Explorer", "title": "File Explorer in Windows", "shortName": "File Explorer"},
{"name": "Screen shot", "title": "Screenshot in macOS", "shortName": "Screen Shot"},
{"name": "Cortana", "title": "Cortana in Windows", "shortName": "Cortana"},
{"name": "Siri", "title": "Siri in macOS", "shortName": "Siri"},
{"name": "Bluetooth Host 1", "title": "Bluetooth Host 1", "shortName": "BTH1"},
{"name": "Bluetooth Host 2", "title": "Bluetooth Host 2", "shortName": "BTH2"},
{"name": "Bluetooth Host 3", "title": "Bluetooth Host 3", "shortName": "BTH3"},
{"name": "Battery Level", "title": "Show battery level", "shortName": "Battery Level"}
],
"matrix": {"rows": 6, "cols": 16},
"layouts": {
"keymap":[
[
{
"c": "#777777"
},
"0,0",
{
"c": "#cccccc"
},
"0,1",
"0,2",
"0,3",
"0,4",
"0,5",
"0,6",
"0,7",
"0,8",
"0,9",
"0,10",
"0,11",
"0,12",
"0,13",
"0,14",
"0,15"
],
[
{
"y": 0.25
},
"1,0",
"1,1",
"1,2",
"1,3",
"1,4",
"1,5",
"1,6",
"1,7",
"1,8",
"1,9",
"1,10",
"1,11",
"1,12",
{
"c": "#aaaaaa",
"w": 2
},
"1,13",
"1,15"
],
[
{
"w": 1.5
},
"2,0",
{
"c": "#cccccc"
},
"2,1",
"2,2",
"2,3",
"2,4",
"2,5",
"2,6",
"2,7",
"2,8",
"2,9",
"2,10",
"2,11",
"2,12",
{
"w": 1.5
},
"2,13",
{
"c": "#aaaaaa"
},
"2,15"
],
[
{
"w": 1.75
},
"3,0",
{
"c": "#cccccc"
},
"3,1",
"3,2",
"3,3",
"3,4",
"3,5",
"3,6",
"3,7",
"3,8",
"3,9",
"3,10",
"3,11",
{
"c": "#777777",
"w": 2.25
},
"3,13",
{
"c": "#cccccc"
},
"3,15"
],
[
{
"w": 2.25,
"c": "#aaaaaa"
},
"4,0",
{
"c": "#cccccc"
},
"4,2",
"4,3",
"4,4",
"4,5",
"4,6",
"4,7",
"4,8",
"4,9",
"4,10",
"4,11",
{
"c": "#aaaaaa",
"w": 1.75
},
"4,13",
{
"c": "#777777"
},
"4,14",
{
"c": "#cccccc"
},
"4,15"
],
[
{
"c": "#aaaaaa",
"w": 1.25
},
"5,0",
{
"w": 1.25
},
"5,1",
{
"w": 1.25
},
"5,2",
{
"c": "#cccccc",
"a": 7,
"w": 6.25
},
"5,6",
{
"c": "#aaaaaa",
"a": 4
},
"5,10",
"5,11",
"5,12",
{
"c": "#777777"
},
"5,13",
"5,14",
"5,15"
]
]
}
}
@ThomasOrlita
Copy link

Fixed the spacebar not showing up.

{
  "name": "Keychron K3 Pro",
  "vendorId": "0x3434",
  "productId": "0x0233",
  "lighting": {
    "extends": "none",
    "keycodes": "qmk"
  },
  "customKeycodes": [
    {
      "name": "Left Option",
      "title": "Left Option",
      "shortName": "LOpt"
    },
    {
      "name": "Right Option",
      "title": "Right Option",
      "shortName": "ROpt"
    },
    {
      "name": "Left Cmd",
      "title": "Left Command",
      "shortName": "LCmd"
    },
    {
      "name": "Right Cmd",
      "title": "Right Command",
      "shortName": "RCmd"
    },
    {
      "name": "Misson Control",
      "title": "Misson Control, availabe in macOS",
      "shortName": "Mission Control"
    },
    {
      "name": "Launch pad",
      "title": "Launch pad, availabe in macOS",
      "shortName": "Launch Pad"
    },
    {
      "name": "Task View",
      "title": "Task View in Windows",
      "shortName": "Task View"
    },
    {
      "name": "File Explorer",
      "title": "File Explorer in Windows",
      "shortName": "File Explorer"
    },
    {
      "name": "Screen shot",
      "title": "Screenshot in macOS",
      "shortName": "Screen Shot"
    },
    {
      "name": "Cortana",
      "title": "Cortana in Windows",
      "shortName": "Cortana"
    },
    {
      "name": "Siri",
      "title": "Siri in macOS",
      "shortName": "Siri"
    },
    {
      "name": "Bluetooth Host 1",
      "title": "Bluetooth Host 1",
      "shortName": "BTH1"
    },
    {
      "name": "Bluetooth Host 2",
      "title": "Bluetooth Host 2",
      "shortName": "BTH2"
    },
    {
      "name": "Bluetooth Host 3",
      "title": "Bluetooth Host 3",
      "shortName": "BTH3"
    },
    {
      "name": "Battery Level",
      "title": "Show battery level",
      "shortName": "Battery Level"
    }
  ],
  "matrix": {
    "rows": 6,
    "cols": 16
  },
  "layouts": {
    "keymap": [
      [
        {
          "c": "#777777"
        },
        "0,0",
        {
          "c": "#cccccc"
        },
        "0,1",
        "0,2",
        "0,3",
        "0,4",
        "0,5",
        "0,6",
        "0,7",
        "0,8",
        "0,9",
        "0,10",
        "0,11",
        "0,12",
        "0,13",
        "0,14",
        "0,15"
      ],
      [
        {
          "y": 0.25
        },
        "1,0",
        "1,1",
        "1,2",
        "1,3",
        "1,4",
        "1,5",
        "1,6",
        "1,7",
        "1,8",
        "1,9",
        "1,10",
        "1,11",
        "1,12",
        {
          "c": "#aaaaaa",
          "w": 2
        },
        "1,13",
        "1,15"
      ],
      [
        {
          "w": 1.5
        },
        "2,0",
        {
          "c": "#cccccc"
        },
        "2,1",
        "2,2",
        "2,3",
        "2,4",
        "2,5",
        "2,6",
        "2,7",
        "2,8",
        "2,9",
        "2,10",
        "2,11",
        "2,12",
        {
          "w": 1.5
        },
        "2,13",
        {
          "c": "#aaaaaa"
        },
        "2,15"
      ],
      [
        {
          "w": 1.75
        },
        "3,0",
        {
          "c": "#cccccc"
        },
        "3,1",
        "3,2",
        "3,3",
        "3,4",
        "3,5",
        "3,6",
        "3,7",
        "3,8",
        "3,9",
        "3,10",
        "3,11",
        {
          "c": "#777777",
          "w": 2.25
        },
        "3,13",
        {
          "c": "#cccccc"
        },
        "3,15"
      ],
      [
        {
          "w": 2.25,
          "c": "#aaaaaa"
        },
        "4,0",
        {
          "c": "#cccccc"
        },
        "4,2",
        "4,3",
        "4,4",
        "4,5",
        "4,6",
        "4,7",
        "4,8",
        "4,9",
        "4,10",
        "4,11",
        {
          "c": "#aaaaaa",
          "w": 1.75
        },
        "4,13",
        {
          "c": "#777777"
        },
        "4,14",
        {
          "c": "#cccccc"
        },
        "4,15"
      ],
      [
        {
          "c": "#aaaaaa",
          "w": 1.25
        },
        "5,0",
        {
          "w": 1.25
        },
        "5,1",
        {
          "w": 1.25
        },
        "5,2",
        {
          "c": "#cccccc",
          "w": 6.25
        },
        "5,6",
        {
          "c": "#aaaaaa"
        },
        "5,10",
        "5,11",
        "5,12",
        {
          "c": "#777777"
        },
        "5,13",
        "5,14",
        "5,15"
      ]
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment