pop-os / keyboard-configurator

Keyboard configuration UI
GNU General Public License v3.0
261 stars 47 forks source link

Launch LED Patterns and Names #27

Open WatchMkr opened 3 years ago

WatchMkr commented 3 years ago

This list was curated from QMK's Matrix effects options.

Effect Name
RGB_MATRIX_CYCLE_ALL Cosmic Background
RGB_MATRIX_CYCLE_LEFT_RIGHT Vertical Scan
RGB_MATRIX_CYCLE_UP_DOWN Horizontal Scan
RGB_MATRIX_CYCLE_OUT_IN Event Horizon
RGB_MATRIX_CYCLE_OUT_IN_DUAL Binary Galaxies
RGB_MATRIX_RAINBOW_MOVING_CHEVRON Spacetime
RGB_MATRIX_CYCLE_PINWHEEL Pinwheel Galaxy
RGB_MATRIX_CYCLE_SPIRAL Spiral Galaxy
RGB_MATRIX_RAINDROPS Elements
RGB_MATRIX_SPLASH Splashdown
RGB_MATRIX_MULTISPLASH Meteor Shower
ids1024 commented 3 years ago

There is now an initial implementation of this (with the latest commit of the Configurator and QMK): Screenshot from 2021-02-26 13-59-13

The exact UI of course still needs to be rearranged.

RGB_MATRIX_CYCLE_LEFT_RIGHT | Vertical Scan

Left to Right should probably be "Horizontal Scan", right?

jackpot51 commented 3 years ago

Yep, flip those two I think

jackpot51 commented 3 years ago

@ids1024 I see speed allow setting 0 and 256. 0 seems to kill animations. Also, setting the keyboard to white means saturation is 0 which means some of the effects don't work right

ids1024 commented 3 years ago

Pushed a commit making 255 the maximum. Speed 0 is useful with some modes; it can give a static rainbow effect with "Spacetime", for instance, though "Cosmic Background" is solid if it's not moving.

ids1024 commented 3 years ago

It seems with the multicolor effects, the hue is ignored (it is set by the effect), while the saturation is used. I guess with those modes selected, we should replace the color setting with a "saturation" slider?

ids1024 commented 3 years ago

After some testing: