Updated readme

This commit is contained in:
Christoffer Martinsson 2023-06-05 12:18:05 +02:00
parent 69ec77593b
commit d040ffc6f5

View File

@ -5,8 +5,9 @@
Keyboard based on standard teensy "Keypad" library for button scanning, standard teensy
"usb_keyboard" library for HID keyboard usb data communication.
## Layout:
```
## Layout
```cpp
Layer 0
--------------------------------------- ---------------------------------------
| 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 -
- 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: