RESET -> QK_BOOT user keymaps (#17940)

This commit is contained in:
Joel Challis
2022-08-21 23:55:30 +01:00
committed by GitHub
parent e36ae90a65
commit bbc3bc55f2
1495 changed files with 2006 additions and 1908 deletions

View File

@@ -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))
),
};