diff --git a/keyboards/trek/lagoonsp/keymaps/default/keymap.c b/keyboards/trek/lagoonsp/keymaps/default/keymap.c index 2cee5a7ddae..876d64167a3 100644 --- a/keyboards/trek/lagoonsp/keymaps/default/keymap.c +++ b/keyboards/trek/lagoonsp/keymaps/default/keymap.c @@ -46,9 +46,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { //|---------------+----------------+----------------+-------------+----------+--------+--------------+-------------+---------------+-----------------+--------+----------------| TG(1), KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_SLEP, //|---------------+----------------+----------------+-------------+----------+--------+--------------+-------------+---------------+-----------------+--------+----------------| - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + RGB_TOG, RGB_MOD, RGB_SPD, RGB_VAD, RGB_SAD, RGB_HUD, _______, _______, _______, _______, _______, _______, //|---------------+----------------+----------------+-------------+----------+--------+--------------+-------------+---------------+-----------------+--------+----------------| - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + _______, RGB_RMOD, RGB_SPI, RGB_VAI, RGB_SAI, RGB_HUI, _______, _______, _______, _______, _______, _______, //|---------------+----------------+----------------+-------------+----------+--------+--------------+-------------+---------------+-----------------+--------+----------------| _______, _______, _______, _______, _______, _______, _______, _______, _______ //|---------------+----------------+----------------+-------------+----------+--------+--------------+-------------+---------------+-----------------+--------+----------------| diff --git a/keyboards/trek/lagoonsp/trek_lagoonsp_default.uf2 b/keyboards/trek/lagoonsp/trek_lagoonsp_default.uf2 index 6e105c67de5..b60cf1ff257 100644 Binary files a/keyboards/trek/lagoonsp/trek_lagoonsp_default.uf2 and b/keyboards/trek/lagoonsp/trek_lagoonsp_default.uf2 differ