Migrate RGBLED_NUM -> RGBLIGHT_LED_COUNT in remaining non-user keymaps (#23128)

This commit is contained in:
Ryan
2024-02-22 21:10:16 +11:00
committed by GitHub
parent c371cb3bc4
commit c6668b9cd9
14 changed files with 19 additions and 19 deletions

View File

@@ -22,8 +22,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
# undef MATRIX_COL_PINS_RIGHT
# ifdef RGBLIGHT_ENABLE
# undef RGBLED_NUM
# define RGBLED_NUM 120
# undef RGBLIGHT_LED_COUNT
# define RGBLIGHT_LED_COUNT 120
# undef RGBLIGHT_LED_MAP
# define RGBLIGHT_LED_MAP { \
108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, \