aboutsummaryrefslogtreecommitdiffstats
path: root/.config/qmk_firmware/keyboards/keebio/nyquist/keymaps
diff options
context:
space:
mode:
Diffstat (limited to '.config/qmk_firmware/keyboards/keebio/nyquist/keymaps')
-rw-r--r--.config/qmk_firmware/keyboards/keebio/nyquist/keymaps/ageha/keymap.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/.config/qmk_firmware/keyboards/keebio/nyquist/keymaps/ageha/keymap.c b/.config/qmk_firmware/keyboards/keebio/nyquist/keymaps/ageha/keymap.c
index 9610133..48ef150 100644
--- a/.config/qmk_firmware/keyboards/keebio/nyquist/keymaps/ageha/keymap.c
+++ b/.config/qmk_firmware/keyboards/keebio/nyquist/keymaps/ageha/keymap.c
@@ -74,20 +74,20 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* ,------------------------------------------ ------------------------------------------.
* | | | | | | | | | | | | | |
* |------+------+------+------+------+------+ +------+------+------+------+------+------|
- * | | ScUp | MsU | ScDn | | | | | | B3 | | | |
+ * | | | | B3 | | | | | | B1 | | | |
* |------+------+------+------+------+------+ +------+------+------+------+------+------|
- * | | MsL | MsD | MsR | | | | | B2 | B1 | | | |
+ * | | | | ScUp | ScDn | | | MsL | MsD | MsU | MsR | | |
* |------+------+------+------+------+------+ +------+------+------+------+------+------|
- * | | | | | | | | | | | | | |
+ * | | | | | B3 | | | | B2 | | | | |
* |------+------+------+------+------+------+ +------+------+------+------+------+------|
* | | | | | | | | | | | |
* `------------------------------------------ ------------------------------------------'
*/
[_MOUSE] = LAYOUT(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
- _______, KC_WH_U, KC_MS_U, KC_WH_D, _______, _______, _______, _______, KC_BTN3, _______, _______, _______,
- _______, KC_MS_L, KC_MS_D, KC_MS_R, _______, _______, _______, KC_BTN2, KC_BTN1, _______, _______, _______,
- _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
+ _______, _______, _______, KC_BTN3, _______, _______, _______, _______, KC_BTN1, _______, _______, _______,
+ _______, _______, _______, KC_WH_U, KC_WH_D, _______, KC_MS_L, KC_MS_D, KC_MS_U, KC_MS_R, _______, _______,
+ _______, _______, _______, _______, KC_BTN3, _______, _______, KC_BTN2, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
),