Update README.md

This commit is contained in:
Christoffer Martinsson 2023-06-20 09:49:48 +00:00
parent a69ae259a2
commit edc908fe9b

View File

@ -42,22 +42,27 @@ Keyboard based on standard teensy "Keypad" library for button scanning, standard
- LED flashing = Caps Lock activated - LED flashing = Caps Lock activated
- LED on = Gui key lock activated - LED on = Gui key lock activated
## Build environment ## Build environment TeensyLC
C/C++, Teensy arduino framework
- Platformio - Platformio (platformio.ini)
- env: teensylc
- platform: teensy
- board: teensylc
- framework: arduino
- Flashing via Teensy USB bootloader - Flashing via Teensy USB bootloader
- Pressing boot button on teensy - Pressing boot button on teensy
- Pressing all four corners on the keyboard - Pressing all four corners on the keyboard
## Build environment rp2040 Zero
Rust embedded, rp2040 HAL
- Cargo (cargo.toml)
- Flashing via rp2040 USB bootloader
- Pressing reset/boot button on rp2040 Zero board
- Pressing all four corners on the keyboard
## Hardware ## Hardware
[Schematics](build/cmdr_mainboard_v1.pdf) [Schematics](build/cmdr_mainboard_v1.pdf)
- 1x TeensyLC MCU - 1x TeensyLC alt 1x rp2040 Zero
- 36x Cherry MX compatible switches - 36x Cherry MX compatible switches
- 6x Kailh Choc low profile switches - 6x Kailh Choc low profile switches
- 42x 1N4148 diodes - 42x 1N4148 diodes