Update CRKBD keymap (#18619)

This commit is contained in:
jpe230
2022-10-07 14:30:19 -05:00
committed by GitHub
parent de2c81d5b2
commit 5d7e19209e
18 changed files with 1983 additions and 428 deletions

View File

@@ -6,10 +6,18 @@ The four layers:
- LOWER Layer: Numbers + Arrows
- RAISE Layer: Symbols
- ADJUST Layer: Numpad + Media Keys + Fn keys
## OLED
-Master: Renders layer state + keylog
-Slave : Renders an animation of a cat that varies its animation speed based on the current WPM
The graphics for the OLED varies depending on the target platform:
| Half | RP2040 | Pro Micro |
|--------|--------------------------------------|--------------------------------------|
| Master | ![](https://i.imgur.com/FF0EuWoh.png) | ![](https://i.imgur.com/stxRevvh.png) |
| Slave | ![](https://i.imgur.com/hyjdDITh.png) | ![](https://i.imgur.com/UrTCd2sh.png) |
## Flashing
Flash using `qmk compile -kb crkbd -km jpe230` for Pro Micro
For Arduino Pro Micro:
- `qmk compile -kb crkbd -km jpe230`
For Pro Micro Compatible board (See [Converters](https://docs.qmk.fm/#/feature_converters?id=converters)):
- `qmk compile -kb crkbd -km jpe230 -e CONVERT_TO<target>`