diff options
author | Joshua Diamond <josh@windowoffire.com> | 2022-09-18 19:06:31 -0400 |
---|---|---|
committer | Joshua Diamond <josh@windowoffire.com> | 2022-09-18 19:06:31 -0400 |
commit | 9a1b4b78f11e2953e758499ecadbe7069a3fdbdc (patch) | |
tree | b08af812f4befc3af4c8326c129ee29da5e3dfe5 /keyboards/mechwild/murphpad/keymaps | |
parent | 8beb61b790d215a365298d3aa865ebf1ebf78d8c (diff) | |
parent | ecb4ba70b1d48835e75da6b0a8ad566c2f126b9f (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/mechwild/murphpad/keymaps')
-rw-r--r-- | keyboards/mechwild/murphpad/keymaps/jonavin/keymap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/mechwild/murphpad/keymaps/jonavin/keymap.c b/keyboards/mechwild/murphpad/keymaps/jonavin/keymap.c index 58db97d093..61e98c2df8 100644 --- a/keyboards/mechwild/murphpad/keymaps/jonavin/keymap.c +++ b/keyboards/mechwild/murphpad/keymaps/jonavin/keymap.c @@ -175,7 +175,7 @@ static const keycodedescType PROGMEM keyselection[] = { {"Break", KC_PAUS}, {"C-A-D", KC_CAD}, // Ctrl-Alt-Del {"AltF4", KC_AF4}, - {"QK_BOOT", QK_BOOT}, // firmware flash mode + {"RESET", QK_BOOT}, // firmware flash mode }; #define MAX_KEYSELECTION ARRAY_SIZE(keyselection) |