Updated readme
This commit is contained in:
parent
69ec77593b
commit
d040ffc6f5
29
README.md
29
README.md
@ -2,11 +2,12 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Keyboard based on standard teensy "Keypad" library for button scanning, standard teensy
|
Keyboard based on standard teensy "Keypad" library for button scanning, standard teensy
|
||||||
"usb_keyboard" library for HID keyboard usb data communication.
|
"usb_keyboard" library for HID keyboard usb data communication.
|
||||||
|
|
||||||
## Layout:
|
## Layout
|
||||||
```
|
|
||||||
|
```cpp
|
||||||
Layer 0
|
Layer 0
|
||||||
--------------------------------------- ---------------------------------------
|
--------------------------------------- ---------------------------------------
|
||||||
| Tab | Q | W | E | R | T | | Y | U | I | O | P | Å |
|
| Tab | Q | W | E | R | T | | Y | U | I | O | P | Å |
|
||||||
@ -30,15 +31,13 @@
|
|||||||
------------------- -------------------
|
------------------- -------------------
|
||||||
```
|
```
|
||||||
|
|
||||||
## Features:
|
## Features
|
||||||
|
|
||||||
* 42 keys "Split" keyboard layout. 36 finger buttons and 6 thumb buttons.
|
|
||||||
* Extreme low profile (only one pcb).
|
|
||||||
* Cost efficient solution with one pcb and one 3D printed cover.
|
|
||||||
* Function keys with total of three layer support (Primary + 2fn layers).
|
|
||||||
* Status indication -
|
|
||||||
- LED off = Normal mode
|
|
||||||
- LED flashing = Caps Lock activated
|
|
||||||
- LED on = Win key lock activated
|
|
||||||
## Features:
|
|
||||||
|
|
||||||
|
- 42 keys "Split" keyboard layout. 36 finger buttons and 6 thumb buttons.
|
||||||
|
- Extreme low profile (only one pcb).
|
||||||
|
- Cost efficient solution with one pcb and one 3D printed cover.
|
||||||
|
- Function keys with total of three layer support (Primary + 2fn layers).
|
||||||
|
- Status indication -
|
||||||
|
- LED off = Normal mode
|
||||||
|
- LED flashing = Caps Lock activated
|
||||||
|
- LED on = Win key lock activated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user