diff options
author | Eithan Shavit <eithanshavit@users.noreply.github.com> | 2021-01-29 19:38:18 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-29 19:38:18 -0800 |
commit | 64da7413a0c2b3ea555288f5d296e3a98a0da6b4 (patch) | |
tree | 54a9fceac7275d4489880a724d4cd59a76b7acee /keyboards/afternoonlabs/breeze/keymaps/default | |
parent | 53b35052eefc8a341cbc68d3d9aba52dfbf59f35 (diff) | |
download | qmk_firmware-64da7413a0c2b3ea555288f5d296e3a98a0da6b4.tar.gz qmk_firmware-64da7413a0c2b3ea555288f5d296e3a98a0da6b4.zip |
[Keyboard] Adding Rev1 to afternoonlabs/breeze (#11611)
* Breeze Rev1
* Better bootmagic and reset
* typo
Co-authored-by: Eithan Shavit <eithan@fb.com>
Diffstat (limited to 'keyboards/afternoonlabs/breeze/keymaps/default')
-rw-r--r-- | keyboards/afternoonlabs/breeze/keymaps/default/keymap.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c b/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c index 85833ce807..c708984cc1 100644 --- a/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c +++ b/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c @@ -43,11 +43,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { [_LOWER] = LAYOUT( //┌────────┬────────┬────────┬────────┬────────┬────────┐ ┌────────┬────────┬────────┬────────┬────────┬────────┐┌────────┬────────┬────────┐ - _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, + RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, //├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤├────────┼────────┼────────┤ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, //├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤├────────┼────────┼────────┤ - _______, _______, _______, _______, _______, _______, _______, KC_MUTE, KC_VOLD, KC_VOLU, _______, _______, _______, + _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, //├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤├────────┼────────┼────────┤ _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, //└────────┴────────┼────────┼────────┼────────┼────────┼────────┐ ┌────────┼────────┼────────┼────────┴────────┴────────┴────────┘└────────┴────────┴────────┘ @@ -68,4 +68,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { _______, _______, _______, _______, _______, _______, KC_P0, KC_PDOT // └────────┴────────┴────────┴────────┘ └────────┴────────┴────────┴────────┘ ) -};
\ No newline at end of file +}; |