forked from mirror/qmk_firmware
Update Underglow keycodes (#23765)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#include "apa102.h" // Only needed if you want to use the global brightness function
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT_ortho_1x1(RGB_MOD)
|
||||
LAYOUT_ortho_1x1(UG_NEXT)
|
||||
};
|
||||
|
||||
void keyboard_post_init_user(void) {
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
LAYOUT_ortho_1x1(RGB_MOD)
|
||||
LAYOUT_ortho_1x1(UG_NEXT)
|
||||
};
|
||||
|
||||
void keyboard_post_init_user(void) {
|
||||
|
||||
Reference in New Issue
Block a user