Compare commits

...

2 commits

Author SHA1 Message Date
ed54a1094f voyager: Remove the boot button
Some checks failed
Build QMK firmware / QMK Userspace Build (push) Has been cancelled
Build QMK firmware / QMK Userspace Publish (push) Has been cancelled
This keyboard has a dedicated button for putting it in bootloader mode, this key
isn't necessary and is causing problems when I accidentally activate it.
2025-01-27 23:42:25 -08:00
6429688535 voyager: Move ‘/’ to a more sane position
Putting it next to the layer toggle was very awkward. Also the ‘*’ and ‘+’ are
already in the number row on the main layer and don't need to be on the symbols
layer as well.
2025-01-27 23:40:54 -08:00

View file

@ -40,7 +40,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* |----------+------+------+------+------+------| |------+------+------+------+------+---------|
* | PGDN | ( | | | | ) | | & | 4 | 5 | 6 | ^ | - |
* |----------+------+------+------+------+------| |------+------+------+------+------+---------|
* | _ | [ | ] | # | { | } | | * | 1 | 2 | 3 | + | ~ |
* | _ | [ | ] | # | { | } | | \ | 1 | 2 | 3 | ~ | / |
* `----------+------+------+------+------+------' `------+------+------+------+------+---------'
*
* ,-------------. ,-------------.
@ -53,11 +53,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12,
KC_PGUP, KC_EXLM, KC_AT, KC_UP, KC_DLR, KC_PERC, KC_PIPE, KC_7, KC_8, KC_9, KC_QUES, KC_GRV,
KC_PGDN, KC_LPRN, KC_LEFT, KC_DOWN, KC_RGHT, KC_RPRN, KC_AMPR, KC_4, KC_5, KC_6, KC_CIRC, KC_MINS,
KC_UNDS, KC_LBRC, KC_RBRC, KC_HASH, KC_LCBR, KC_RCBR, KC_ASTR, KC_1, KC_2, KC_3, KC_PLUS, KC_TILD,
_______, KC_SLSH, KC_BSLS, KC_0
KC_UNDS, KC_LBRC, KC_RBRC, KC_HASH, KC_LCBR, KC_RCBR, KC_BSLS, KC_1, KC_2, KC_3, KC_TILD, KC_SLSH,
_______, KC_NO, KC_NO, KC_0
),
[2] = LAYOUT(
RGB_TOG, QK_KB, RGB_MOD, RGB_M_P, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, QK_BOOT,
RGB_TOG, QK_KB, RGB_MOD, RGB_M_P, RGB_VAD, RGB_VAI, _______, _______, _______, _______, _______, _______,
_______, _______, KC_VOLD, KC_VOLU, KC_MUTE, _______, KC_PGUP, KC_HOME, KC_UP, KC_END, _______, _______,
_______, KC_MPRV, KC_MNXT, KC_MSTP, KC_MPLY, _______, KC_PGDN, KC_LEFT, KC_DOWN, KC_RGHT, _______, _______,
_______, _______, _______, _______, _______, _______, _______, C(S(KC_TAB)), C(KC_TAB), _______, _______, _______,