summaryrefslogtreecommitdiff
path: root/keyboards/afternoonlabs/breeze
diff options
context:
space:
mode:
authorEithan Shavit <eithanshavit@users.noreply.github.com>2021-02-03 04:42:20 -0800
committerGitHub <noreply@github.com>2021-02-03 04:42:20 -0800
commit4779e2d56c6c43e21c6c31c9f1aed280f097ea10 (patch)
tree78f0cc686a7d3e4f6f4b0db915ceb08fde016bae /keyboards/afternoonlabs/breeze
parentc0de49e393cf481f60f2bbd6c18ecb13d37c6254 (diff)
Fixing layer order for Breeze default keymap (#11779)
Diffstat (limited to 'keyboards/afternoonlabs/breeze')
-rw-r--r--keyboards/afternoonlabs/breeze/keymaps/default/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c b/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c
index c708984cc1..fc9bdac9c8 100644
--- a/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c
+++ b/keyboards/afternoonlabs/breeze/keymaps/default/keymap.c
@@ -37,7 +37,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//├────────┼────────┼────────┼────────┼────────┼────────┤ ├────────┼────────┼────────┼────────┼────────┼────────┤├────────┼────────┼────────┤
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_RSFT, KC_LEFT, KC_DOWN, KC_RIGHT,
//└────────┴────────┼────────┼────────┼────────┼────────┼────────┐ ┌────────┼────────┼────────┼────────┴────────┴────────┴────────┘└────────┴────────┴────────┘
- KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_ENT, LOWER, RAISE, XXXXXXX
+ KC_LCTL, KC_LALT, KC_LGUI, KC_SPC, KC_ENT, RAISE, LOWER, XXXXXXX
// └────────┴────────┴────────┴────────┘ └────────┴────────┴────────┴────────┘
),