| .. | ||
| oled | ||
| config.h | ||
| config_avr.h | ||
| config_rp2040.h | ||
| jpe230.h | ||
| keymap.c | ||
| process_record.c | ||
| readme.md | ||
| rules.mk | ||
Jpe230's CRKBD Layout
Layers
The four layers:
- BASE Layer: QWERTY
- LOWER Layer: Numbers + Arrows
- RAISE Layer: Symbols
- ADJUST Layer: Numpad + Media Keys + Fn keys
OLED
The graphics for the OLED varies depending on the target platform:
| Half | RP2040 | Pro Micro |
|---|---|---|
| Master | ![]() |
![]() |
| Slave | ![]() |
![]() |
Flashing
For Arduino Pro Micro:
qmk compile -kb crkbd -km jpe230
For Pro Micro Compatible board (See Converters):
qmk compile -kb crkbd -km jpe230 -e CONVERT_TO<target>



