summaryrefslogtreecommitdiffstats
path: root/users/rupa
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2022-11-16 03:52:01 +1100
committerGitHub <noreply@github.com>2022-11-15 16:52:01 +0000
commitde66797705ef0e490e5deca0545f009c351f5f45 (patch)
tree86e435ee5b6ff7a4f1d47a5337818e59d85191e9 /users/rupa
parent594f869619884519692319a44da394f8959d4cdf (diff)
Fix some old keycodes (#19086)
Diffstat (limited to 'users/rupa')
-rw-r--r--users/rupa/wrappers.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/users/rupa/wrappers.h b/users/rupa/wrappers.h
index b5794c8fad..dfc00b5120 100644
--- a/users/rupa/wrappers.h
+++ b/users/rupa/wrappers.h
@@ -109,14 +109,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* └────┴────┴────┴────────────────────────┴───┴───┴───┴───┴───┴───┘
*/
#define ____65_ADJUST______________ROW1 _______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______
-#define ____65_ADJUST______________ROW2 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, _______
+#define ____65_ADJUST______________ROW2 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______
#define ____65_ADJUST______________ROW3 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, EE_CLR, _______
#define ____65_ADJUST______________ROW4 _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, UC_NEXT, _______, _______
#define ____65_ADJUST______________ROW5 _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
-#define ____65_ADJUST__________RGB_ROW2 _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, RGB_SPI, RGB_SPD, _______, _______, RESET, _______
+#define ____65_ADJUST__________RGB_ROW2 _______, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, RGB_SPI, RGB_SPD, _______, _______, QK_BOOT, _______
#define ____65_ADJUST__________RGB_ROW3 _______, RGB_M_P, RGB_M_B, _______, _______, _______, _______, _______, _______, _______, _______, _______, EE_CLR, _______
-#define ____65_ADJUST___________BL_ROW2 _______, BL_TOGG, BL_BRTG, BL_STEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, RESET, _______
+#define ____65_ADJUST___________BL_ROW2 _______, BL_TOGG, BL_BRTG, BL_STEP, _______, _______, _______, _______, _______, _______, _______, _______, _______, QK_BOOT, _______
// clang-format on