Skip to content

Commit 390984e

Browse files
authored
Merge pull request #45 from bstiq/master
small fixes
2 parents 4e7daad + d489552 commit 390984e

File tree

4 files changed

+62
-3
lines changed

4 files changed

+62
-3
lines changed

.wordlist.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Blok
3636
bootloader
3737
ESD
3838
Frood
39-
GPIO
39+
GPIOv
40+
TRCK
4041
Kee
4142
Keeb
4243
Liatris
@@ -142,6 +143,7 @@ prusa
142143
Prusa
143144
Bambu
144145
bambu
146+
nano
145147
nanov
146148

147-
behaviours
149+
behaviours

assets/pics/pins.jpg

255 KB
Loading

fw/compile-firmware.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,10 @@ Clone the BKB QMK repository, using either github desktop or the command line, a
120120
git clone https://github.com/bastardkb/bastardkb-qmk
121121
cd bastardkb-qmk
122122
git checkout -b bkb-master origin/bkb-master
123+
qmk git-submodule
123124
```
124125

125-
Now that you've cloned the repository, `cd` into it and set it as the default local QMK repository. You also need to do this if you had a previous, separate QMK installation.
126+
Now that you've cloned the repository, set it as the default local QMK repository. You also need to do this if you had a previous, separate QMK installation.
126127

127128
```shell
128129
qmk config user.qmk_home="$(realpath .)"

hw/pins.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
layout: default
3+
title: Splinktegrated pins
4+
nav_order: 11
5+
parent: Hardware
6+
---
7+
8+
# Table of contents
9+
10+
1. TOC
11+
{:toc}
12+
13+
# Splinktegrated pins
14+
15+
On this page you will find the pin assignments on the Splinktegrated.
16+
This can be useful when bodge wiring a pin that does not work anymore.
17+
18+
This page details all the pins, but depending on the size of your keyboard, type, and options, some of them might be unused.
19+
20+
![](../assets/pics/pins.jpg)
21+
22+
## Rows and columns
23+
24+
Those are the pins on the group labeled `MATRIX` on the splinktegrated.
25+
26+
| Splinktegrated label | RP2040 Physical pin |
27+
| ------------- | ------------- |
28+
| C1 | GP27 |
29+
| C2 | GP28 |
30+
| C3 | GP21 |
31+
| C4 | GP6 |
32+
| C5 | GP7 |
33+
| C6 | GP8 |
34+
| R1 | GP29 |
35+
| R2 | GP26 |
36+
| R3 | GP5 |
37+
| R4 | GP4 |
38+
| R5 | GP9 |
39+
40+
## Trackball pins
41+
42+
Those are the pins on the group labeled `TRCK` on the splinktegrated.
43+
44+
| Splinktegrated label | RP2040 Physical pin |
45+
| ------------- | ------------- |
46+
| SS | GP16 |
47+
| MO | GP23 |
48+
| SC | GP22 |
49+
| MI | GP20 |
50+
51+
## Others
52+
53+
| Splinktegrated label | RP2040 Physical pin |
54+
| ------------- | ------------- |
55+
| Serial (on audio jack) | GP1 |
56+
| RGB | GP0 |

0 commit comments

Comments
 (0)