geekhack

geekhack Community => Keyboards => Topic started by: sandywind on Wed, 03 August 2022, 19:59:34

Title: PCB colours changed on Planck
Post by: sandywind on Wed, 03 August 2022, 19:59:34
Hi all,

the 8 leds of my OLKB Planck PCB suddenly changed colour. They were pink (sort of), now they are red.

Is there a key combination that changes the colour, I might have inadvertently pressed?

The page that came with the keyboard does not mention it's possible to change colours.  Either it's an undocumented feature or this sample is malfunctioning.
Title: Re: PCB colours changed on Planck
Post by: suicidal_orange on Sat, 06 August 2022, 19:49:09
Yes, there's a key for that.  I'm not a QMK expert but if you hold the raise and lower keys this is the layer keymap it will activate, the top row all look to be LED related (except Reset and Debug) so press them and see what happens.
Code: [Select]
/* Adjust (Lower + Raise)
 *                      v------------------------RGB CONTROL--------------------v
 * ,-----------------------------------------------------------------------------------.
 * |      | Reset|Debug | RGB  |RGBMOD| HUE+ | HUE- | SAT+ | SAT- |BRGTH+|BRGTH-|  Del |
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 * |      |      |MUSmod|Aud on|Audoff|AGnorm|AGswap|Qwerty|Colemk|Dvorak|Plover|      |
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 * |      |Voice-|Voice+|Mus on|Musoff|MIDIon|MIDIof|TermOn|TermOf|      |      |      |
 * |------+------+------+------+------+------+------+------+------+------+------+------|
 * |      |      |      |      |      |             |      |      |      |      |      |
 * `-----------------------------------------------------------------------------------'
Title: Re: PCB colours changed on Planck
Post by: sandywind on Sat, 20 August 2022, 21:50:09
Yes! Thank you very much.