From 27a6d77ae077ff8eedcf16befb3d941dd1590347 Mon Sep 17 00:00:00 2001 From: Thiago Santana Leal Date: Mon, 19 Aug 2024 15:50:00 +0200 Subject: [PATCH] add numpad 5 to position_mode lit leds --- .../nuphy/halo96_v2/ansi/keymaps/via/rgb_matrix_user.inc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/keyboards/nuphy/halo96_v2/ansi/keymaps/via/rgb_matrix_user.inc b/keyboards/nuphy/halo96_v2/ansi/keymaps/via/rgb_matrix_user.inc index 78be3f15c4ae..c851a7999375 100644 --- a/keyboards/nuphy/halo96_v2/ansi/keymaps/via/rgb_matrix_user.inc +++ b/keyboards/nuphy/halo96_v2/ansi/keymaps/via/rgb_matrix_user.inc @@ -18,14 +18,14 @@ static bool game_mode(effect_params_t* params) { rgb_matrix_set_color(0, rgb.r, rgb.g, rgb.b); // ESC rgb_matrix_set_color(39, rgb.r, rgb.g, rgb.b); // W - rgb_matrix_set_color(56, rgb.r, rgb.g, rgb.b); // D + rgb_matrix_set_color(56, rgb.r, rgb.g, rgb.b); // A rgb_matrix_set_color(57, rgb.r, rgb.g, rgb.b); // S - rgb_matrix_set_color(58, rgb.r, rgb.g, rgb.b); // A + rgb_matrix_set_color(58, rgb.r, rgb.g, rgb.b); // D rgb_matrix_set_color(83, rgb.r, rgb.g, rgb.b); // up - rgb_matrix_set_color(94, rgb.r, rgb.g, rgb.b); // right + rgb_matrix_set_color(94, rgb.r, rgb.g, rgb.b); // left rgb_matrix_set_color(95, rgb.r, rgb.g, rgb.b); // down - rgb_matrix_set_color(96, rgb.r, rgb.g, rgb.b); // left + rgb_matrix_set_color(96, rgb.r, rgb.g, rgb.b); // right return rgb_matrix_check_finished_leds(led_max); } @@ -42,6 +42,7 @@ static bool position_mode(effect_params_t* params) { rgb_matrix_set_color(59, rgb.r, rgb.g, rgb.b); // F rgb_matrix_set_color(62, rgb.r, rgb.g, rgb.b); // J + rgb_matrix_set_color(69, rgb.r, rgb.g, rgb.b); // 5 rgb_matrix_set_color(83, rgb.r, rgb.g, rgb.b); // up return rgb_matrix_check_finished_leds(led_max);