Reworked backlight keycodes. (#18961)

Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
Nick Brassel 2022-11-06 08:11:59 +11:00 committed by GitHub
parent a906e1c19f
commit ea2c5bb36b
137 changed files with 185 additions and 185 deletions

View file

@ -28,10 +28,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[1] = LAYOUT_ortho_6x4(
_______, _______, _______, _______,
_______, _______, _______, _______,
_______, BL_ON, _______, BL_INC,
_______, BL_TOGG, _______, BL_INC,
_______, BL_OFF, _______, BL_DEC,
BL_BRTG, _______, _______, BL_DEC
_______, BL_ON, _______, BL_UP,
_______, BL_TOGG, _______, BL_UP,
_______, BL_OFF, _______, BL_DOWN,
BL_BRTG, _______, _______, BL_DOWN
),
[2] = LAYOUT_ortho_6x4(
_______, _______, _______, _______,