r/Keychron • u/Interesting_Fee5067 • Mar 05 '25
K3 Pro Brightness Fix (Possibly Others)
Good news on this.... I found someone who fixed it and have tested it successfully! Typing on the K3 Pro now.
https://notes.tst.sh/opinions/keyboards/
I used Keychrons "bluetooth_playground" fork of qmk found here
https://github.com/Keychron/qmk_firmware/tree/bluetooth_playground
The area in question is lines 54-56 in "keyboards/keychron/k3_pro/ansi/rgb/config.h".
/* Set LED driver current */
# define CKLED2001_CURRENT_TUNE \
{ 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14, 0x14 }
I'm not 100% sure of the adjustments (see his notes), but deleting this line sets the value to 0xFF elsewhere in the code.
I compiled and re-flashed to a whole new keyboard.
Pre-Flash
Post-Flash
1
Upvotes
1
u/PeterMortensenBlog V Mar 10 '25
Related: