Updated readme

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

View File

@ -1,12 +1,13 @@
# CMDR keyboard 42 # CMDR keyboard 42
![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 | Å |
@ -28,17 +29,15 @@
| Shift | F20 | F21 | F22 | F23 | F24 | | Home| PgD | PgU | End | Ins | Shift | | Shift | F20 | F21 | F22 | F23 | F24 | | Home| PgD | PgU | End | Ins | Shift |
--------------------| Alt | Fn1 | Win | | BSpc| Fn1 | |-------------------- --------------------| Alt | Fn1 | Win | | BSpc| Fn1 | |--------------------
------------------- ------------------- ------------------- -------------------
``` ```
## 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: