Updated readme

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

View File

@ -2,11 +2,12 @@
![image](mechanics/cmdr-keyboard-42-v1_photo.png) ![image](mechanics/cmdr-keyboard-42-v1_photo.png)
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. - 42 keys "Split" keyboard layout. 36 finger buttons and 6 thumb buttons.
* Extreme low profile (only one pcb). - Extreme low profile (only one pcb).
* Cost efficient solution with one pcb and one 3D printed cover. - Cost efficient solution with one pcb and one 3D printed cover.
* Function keys with total of three layer support (Primary + 2fn layers). - Function keys with total of three layer support (Primary + 2fn layers).
* Status indication - - Status indication -
- LED off = Normal mode - LED off = Normal mode
- LED flashing = Caps Lock activated - LED flashing = Caps Lock activated
- LED on = Win key lock activated - LED on = Win key lock activated
## Features: