Updated readme

This commit is contained in:
Christoffer Martinsson 2022-10-17 11:54:03 +02:00
parent be4c70297a
commit 87c8216f35

View File

@ -1,8 +1,10 @@
# CMDR keyboard v2
# CMDR keyboard 42
Keyboard/Mouse based on standard teensy "Keypad" library for button scanning, standard teensy
"usb_keyboard" library for HID keyboard/mouse usb data communication.
## Layout:
```
Layer 0
------------------------------------------ ---------------------------------------------
| Tab/Fn2 | Q | W | E | R | T | | Y | U | I | O | P | Å |
@ -31,17 +33,17 @@
| | | | | | | | | | | | | |
----------------| Alt | Spc | | | | | |--------------------
-------------------------- -------------------------
```
## Features:
Features:
* 42 keys "Split" keyboard layout. 36 finger buttons and 6 thumb buttons.
* Function keys with total of four layer support (Primary + 2fn layers + Game mode).
* Mouse movement, wheel up, wheel down, left button, right button and middle button support
* Status indication -
- 0 LED off = Normal mode
- 1 LED constant on = Game mode
- 2 LED flashing = Caps Lock activated
* Game mode: Replaces all layer keys with a "Game mode KEY". Configurable for each button
* Tap/Hold functionality (only for layer0)
* Combo key (up to three simultaneous keys) support. Configurable for each button
* 42 keys "Split" keyboard layout. 36 finger buttons and 6 thumb buttons.
* Function keys with total of four layer support (Primary + 2fn layers + Game mode).
* Mouse movement, wheel up, wheel down, left button, right button and middle button support
* Status indication -
- 0 LED off = Normal mode
- 1 LED constant on = Game mode
- 2 LED flashing = Caps Lock activated
* Game mode: Replaces all layer keys with a "Game mode KEY". Configurable for each button
* Tap/Hold functionality (only for layer0)
* Combo key (up to three simultaneous keys) support. Configurable for each button