Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added bootmagic lite keys for slave side and updated readme.md #139

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions keyboards/keychron/q11/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@
"transport": {
"protocol": "serial_usart",
"sync_matrix_state": true
},
"bootmagic": {
"matrix": [6, 7]
}
},
"encoder": {
Expand Down
2 changes: 1 addition & 1 deletion keyboards/keychron/q11/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ Flashing example for this keyboard:
make keychron/q11/ansi_encoder:default:flash
make keychron/q11/iso_encoder:default:flash

**Reset Key**: Hold down the key located at *K01*, which programmed as *Esc* while plugging in the keyboard.
**Reset Key**: The master and slave side should be flashed individually, to enter flashing mode, hold down the key located at *K01*, which programmed as *Esc* while plugging in the keyboard for the master side and hold down the key located at *K67*, which programmed as *Del* while plugging in the keyboard for the slave side.

See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).