diff options
author | Nick Brassel <nick@tzarc.org> | 2022-11-06 08:11:59 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-06 08:11:59 +1100 |
commit | 219afaba42e6b4384f578977eadbb71a03383ecc (patch) | |
tree | 78f7c30b94d9ade9fb84821ed3a3ce463a3afa19 /keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c | |
parent | 352beeac2f62edf1f3288a2a7aa0f1e3bafa7dfd (diff) |
Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c')
-rw-r--r-- | keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c b/keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c index a7efd791e2..5165ab4af6 100644 --- a/keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c +++ b/keyboards/gh60/satan/keymaps/olligranlund_iso/keymap.c @@ -83,7 +83,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [ NUMPAD ] = KEYMAP( //Numpad and alt shortcuts _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, XXXXX,\ - _______, BL_TOGG, BL_DEC, BL_INC, _______, _______, _______, KC_1, KC_2, KC_3, _______, _______, _______, _______,\ + _______, BL_TOGG, BL_DOWN,BL_UP, _______, _______, _______, KC_1, KC_2, KC_3, _______, _______, _______, _______,\ _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, _______, _______, KC_4, KC_5, KC_6, _______, _______, _______, _______,\ _______, _______, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, _______, KC_7, KC_8, KC_9, KC_0, _______, _______, XXXXX,\ _______, _______, _______, _______, _______, _______, _______, _______), |