Updated documentation and layout
This commit is contained in:
parent
911a60b438
commit
4dc37cd4b9
@ -86,8 +86,8 @@ Rust embedded, rp2040 HAL
|
|||||||
------------------- -------------------
|
------------------- -------------------
|
||||||
Layer 2 (Fn + Fn)
|
Layer 2 (Fn + Fn)
|
||||||
--------------------------------------- ---------------------------------------
|
--------------------------------------- ---------------------------------------
|
||||||
| F11 | F12 | F13 | F14 | F15 | F16 | | § | SLOK| Gui | | CpLk| BSpc |
|
| Esc | F11 | F12 | F13 | F14 | | | § | SLOK| Gui | | CpLk| BSpc |
|
||||||
| LCtrl | | | F17 | F18 | F19 | | Left| Down| Up |Right| Del | Enter |
|
| LCtrl | F15 | F16 | F17 | F18 | F19 | | Left| Down| Up |Right| Del | Enter |
|
||||||
| Shift | F20 | F21 | F22 | F23 | F24 | | Home| PgD | PgU | End | Ins | Shift |
|
| Shift | F20 | F21 | F22 | F23 | F24 | | Home| PgD | PgU | End | Ins | Shift |
|
||||||
--------------------| Alt | Fn | Spc | | BSpc| Fn |AG+Fn|--------------------
|
--------------------| Alt | Fn | Spc | | BSpc| Fn |AG+Fn|--------------------
|
||||||
------------------- -------------------
|
------------------- -------------------
|
||||||
|
|||||||
13
eCAD/rp2040_42_patch_instruction.md
Normal file
13
eCAD/rp2040_42_patch_instruction.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# Patch instruction to solder rp2040-zero module instead of teensyLC module
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
1 Solder one x6 and one x7 pin headers on the green marking.
|
||||||
|
2 Prepare wire and solder on GND pad on the PCB.
|
||||||
|
3 Prepare wires and solder on gpio 0 and 1 on the PCB.
|
||||||
|
4 Solder rp2040-zero on the two pin headers.
|
||||||
|
5 Solder GND, gpio 0 and gpio 1 on the rp2040-zero.
|
||||||
|
6 Solder wires according to picture above between rp2040-zero and PCB.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
@ -151,7 +151,7 @@ pub const MAP: [[Keyboard; NUMBER_OF_KEYS]; 3] = [
|
|||||||
// Function layer 2
|
// Function layer 2
|
||||||
// HID Key // Button Index
|
// HID Key // Button Index
|
||||||
// -----------------------------------------
|
// -----------------------------------------
|
||||||
Keyboard::NoEventIndicated, // 0
|
Keyboard::Escape, // 0
|
||||||
Keyboard::F11, // 1
|
Keyboard::F11, // 1
|
||||||
Keyboard::F12, // 2
|
Keyboard::F12, // 2
|
||||||
Keyboard::F13, // 3
|
Keyboard::F13, // 3
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user