summaryrefslogtreecommitdiff
path: root/keyboards/crkbd/keymaps/jpe230/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/crkbd/keymaps/jpe230/readme.md')
-rw-r--r--keyboards/crkbd/keymaps/jpe230/readme.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/keyboards/crkbd/keymaps/jpe230/readme.md b/keyboards/crkbd/keymaps/jpe230/readme.md
index 31bbc4ebd1..de5696116f 100644
--- a/keyboards/crkbd/keymaps/jpe230/readme.md
+++ b/keyboards/crkbd/keymaps/jpe230/readme.md
@@ -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>`