[Keyboard] Add boardsource/the_q (#23782)
* initial unsplit keyboard * move shared code * unsplit: fix underglow led x,y & remove unecessary code * unsplit: remove split code & tidy readme * unsplit: limit brightness & community layout * rename keyboard * the_q: tidy keymap & readme * lulu: remove accidental build target * rename file
This commit is contained in:
parent
07fd206370
commit
c97ec805cd
13 changed files with 314 additions and 283 deletions
23
keyboards/boardsource/the_q/readme.md
Normal file
23
keyboards/boardsource/the_q/readme.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# The Q
|
||||
|
||||
* Keyboard Maintainer: [waffle87](https://github.com/waffle87)
|
||||
* Hardware Supported: The Q PCB w/ Pro Micro style microcontroller
|
||||
* Hardware Availability: [boardsource.xyz](https://boardsource.xyz)
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make boardsource/the_q:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
mke boardsource/the_q:default:flash
|
||||
|
||||
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).
|
||||
|
||||
## Bootloader
|
||||
|
||||
Enter the bootloader in 3 ways:
|
||||
|
||||
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (top left key)
|
||||
* **Physical reset button**: Briefly press the button on the front of the PCB
|
||||
* **Keycode in layout**: Press the key mapped to `QK_BOOT`
|
Loading…
Add table
Add a link
Reference in a new issue