You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ryan 5d2f2af198
OLED: driver naming cleanups (#21710)
9 months ago
..
oled Fix functions with empty params (#19647) 1 year ago
config.h Change `RGB_MATRIX_STARTUP_*` defines to `RGB_MATRIX_DEFAULT_*` (#19079) 1 year ago
config_avr.h Update CRKBD keymap (#18619) 1 year ago
config_rp2040.h Update CRKBD keymap (#18619) 1 year ago
jpe230.h Update CRKBD keymap (#18619) 1 year ago
keymap.c Update CRKBD keymap (#18619) 1 year ago
process_record.c Update CRKBD keymap (#18619) 1 year ago
readme.md Update CRKBD keymap (#18619) 1 year ago
rules.mk OLED: driver naming cleanups (#21710) 9 months ago

readme.md

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>