Skip to content

Instantly share code, notes, and snippets.

@squirrel532
Created October 28, 2023 19:32
Show Gist options
  • Save squirrel532/4e32429503146f570b3d2dffc6ef9598 to your computer and use it in GitHub Desktop.
Save squirrel532/4e32429503146f570b3d2dffc6ef9598 to your computer and use it in GitHub Desktop.
QMK BIOI G60BLE
Th is a note for those who want to build `qmk/g60ble` firmware for their BIOI G60BLE keyboard.
1. Replace vid by `0x8101` in `info.json`. I wrote this gist based on release `0.22.14` because qmk might change in the future.
1. There is a typo in `LAYOUT_60_hhkb` keymap that maps top-right key into nothing.
The correct config of that key:
```
{"matrix": [2, 13], "x": 12.75, "y": 2, "w": 2.25}
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment