mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-12-20 12:40:22 -05:00
Document GPIO 25 being used for Caps Lock
This commit is contained in:
parent
d9e98235a2
commit
4834f71f81
1 changed files with 4 additions and 3 deletions
|
|
@ -42,14 +42,15 @@ The keys here are labeled as per Qwerty, with L1, L2, L3, R3, R2, and R1 for the
|
||||||
| Z | X | C | V | B | | N | M | , | . | / |
|
| Z | X | C | V | B | | N | M | , | . | / |
|
||||||
| | | L1 | L2 | L3 | | R3 | R2 | R1 | | |
|
| | | L1 | L2 | L3 | | R3 | R2 | R1 | | |
|
||||||
|
|
||||||
The firmware follows the `LAYOUT_split_3x5_3` QMK community layout convention, making it much
|
|
||||||
easier to use with an existing layout like Miryoku.
|
|
||||||
|
|
||||||
The first physical PCB for this was designed using the [Gamma Omega
|
The first physical PCB for this was designed using the [Gamma Omega
|
||||||
keyboard](https://github.com/unspecworks/gamma-omega) footprint from Ergogen.
|
keyboard](https://github.com/unspecworks/gamma-omega) footprint from Ergogen.
|
||||||
That is intended for use with the same Raspberry Pi Pico YD-RP2040 microcontroller
|
That is intended for use with the same Raspberry Pi Pico YD-RP2040 microcontroller
|
||||||
board in order to fit the same 3D printed case, including reset button placement.
|
board in order to fit the same 3D printed case, including reset button placement.
|
||||||
|
|
||||||
|
The QMK firmware follows the `LAYOUT_split_3x5_3` QMK community layout convention, making
|
||||||
|
it much easier to use with an existing layout like Miryoku. Also, the Raspberry Pi Pico
|
||||||
|
controller's user LED on GPIO pin 25 is set to show the Caps Lock state.
|
||||||
|
|
||||||
* Keyboard Maintainer: [Peter J. A. Cock](https://github.com/peterjc)
|
* Keyboard Maintainer: [Peter J. A. Cock](https://github.com/peterjc)
|
||||||
* Hardware Supported: Gamma Omega TC36K (no-diode single PCB) using Raspberry Pi Pico
|
* Hardware Supported: Gamma Omega TC36K (no-diode single PCB) using Raspberry Pi Pico
|
||||||
* Hardware Availability: https://github.com/unspecworks/gamma-omega/tree/main/tc36k
|
* Hardware Availability: https://github.com/unspecworks/gamma-omega/tree/main/tc36k
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue