summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/bento/keymaps/mac/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/bento/keymaps/mac/keymap.c')
-rw-r--r--keyboards/handwired/bento/keymaps/mac/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/handwired/bento/keymaps/mac/keymap.c b/keyboards/handwired/bento/keymaps/mac/keymap.c
index bb584c9a5b..b90c086977 100644
--- a/keyboards/handwired/bento/keymaps/mac/keymap.c
+++ b/keyboards/handwired/bento/keymaps/mac/keymap.c
@@ -35,7 +35,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ---- | Shift+CMD+B (Build VS Code) | DFU Mode
* Shift+CMD+C (FF Console) | Ctrl+Alt+U (Upload PIO) | Ctrl+Alt+S (Serial PIO) */
[_CODE] = LAYOUT(
- _______, S(G(KC_B)), RESET,
+ _______, S(G(KC_B)), QK_BOOT,
G(A(KC_C)), C(A(KC_U)), C(A(KC_S))
),
};