Skip to content

Commit

Permalink
Integrate RESET -> QK_BOOT upstream change
Browse files Browse the repository at this point in the history
  • Loading branch information
PandaScience committed Mar 10, 2023
1 parent 4c5d004 commit 1c665b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[SYS] = LAYOUT_split_3x6_3(
//,-----------------------------------------------------. ,-----------------------------------------------------.
___x___, RGB_M_P, RGB_M_B, RGB_M_R, ___x___, ___x___, ___x___, KC_BRID, ___x___, KC_BRIU, ___x___, ___x___,
___O___, RGB_M_P, RGB_M_B, RGB_M_R, ___x___, ___x___, ___x___, KC_BRID, ___x___, KC_BRIU, ___x___, ___O___,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
RESET, RGB_MOD, RGB_HUI, RGB_SAI, RGB_VAI, RGB_SPI, ___x___, KC_VOLD, KC_MUTE, KC_VOLU, ___x___, RESET,
QK_BOOT, RGB_MOD, RGB_HUI, RGB_SAI, RGB_VAI, RGB_SPI, ___x___, KC_VOLD, KC_MUTE, KC_VOLU, ___x___, QK_BOOT,
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
RGB_TOG,RGB_RMOD, RGB_HUD, RGB_SAD, RGB_VAD, RGB_SPD, ___x___, ___x___, ___x___, ___x___, ___x___, ___x___,
//|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
Expand Down

0 comments on commit 1c665b2

Please sign in to comment.