You're getting acquainted with your Kyria. You've changed the layout a bit, fiddled with the underglow settings, and you can't help but feel it can be better. Read on to see some ways to improve your experience!
In this article you'll learn how to remap the LEDs to make your effects look better.
The LEDs on the Kyria are mapped the way they are by default so that they'll continue to work even if you snap off the outer columns. If you snapped off your outer columns, you can't use these samples, since the mappings will be different.
How to use
To use these mappings, you can add the code snippet for the option you'd like to use to your config.h
file, located in your own keymap folder (such as qmk_firmware/keyboards/kyria/keymaps/mykeymap/config.h
).
Circle
#define RGBLIGHT_LED_MAP {0,1,2,9,8,7,4,3,5,6,19,18,17,10,11,12,15,16,14,13}
With this mapping, the animation will circle around the outer perimeter of the Kyria.
Horizontal Gradient
#define RBGLIGHT_LED_MAP {9,8,6,7,5,3,2,4,1,0,10,12,13,11,14,16,17,15,18,19}
With this mapping, the animation will loop horizontally across the columns of the Kyria.