13 lines
271 B
Markdown
13 lines
271 B
Markdown
# tornblue
|
|
|
|
tornblue is a split keyboard with visible smt components. https://github.com/rtitmuss/tornblue.
|
|
|
|
## Building tornblue ZMK firmware
|
|
```
|
|
west build -p -d build/tornblue_left -b tornblue_left
|
|
```
|
|
|
|
```
|
|
west build -p -d build/tornblue_right -b tornblue_right
|
|
```
|
|
|