[Keymap] Drashna update for post Q2 merge (#17241)

This commit is contained in:
Drashna Jaelre
2022-05-30 22:02:55 -07:00
committed by GitHub
parent b554e4b612
commit cda343acbe
59 changed files with 672 additions and 769 deletions

View File

@@ -23,8 +23,8 @@
// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_QWERTY] = LAYOUT(
KC_VOLU, KC_MPLY, KC_MPRV, RESET,
KC_VOLD, KC_MUTE, KC_MNXT, RESET
KC_VOLU, KC_MPLY, KC_MPRV, QK_BOOT,
KC_VOLD, KC_MUTE, KC_MNXT, QK_BOOT
),
};