Compare commits

...

2 commits

Author SHA1 Message Date
0a0d4a2f06 Switch the backspace and enter keys
Some checks failed
Build QMK firmware / QMK Userspace Build (push) Has been cancelled
Build QMK firmware / QMK Userspace Publish (push) Has been cancelled
It was bugging my brain so much that the backspace was on the same side as the
space. Having used the Atreus for a while I've gotten used to having the space
and backspace keys on different sides of they keyboard under different hands.
2024-10-29 23:36:30 -07:00
4b1e551b42 Change layout for the numpad
I'm so used do the numpad being under my fingers while keeping my fingers on the
base position that I couldn't function with the keys the way they were.
2024-10-29 23:32:43 -07:00

View file

@ -29,18 +29,18 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
CW_TOGG, KC_Q, KC_W, KC_F, KC_P, KC_G, KC_J, KC_L, KC_U, KC_Y, KC_SCLN, KC_BSLS,
SFT_T(KC_BSPC),KC_A, KC_R, KC_S, KC_T, KC_D, KC_H, KC_N, KC_E, KC_I, KC_O, RSFT_T(KC_SLSH),
KC_LGUI, ALT_T(KC_Z),KC_X, KC_C, KC_V, KC_B, KC_K, KC_M, KC_COMMA,KC_DOT, RALT_T(KC_QUOT), KC_RCTL,
LT(1,KC_ENT), CTL_T(KC_TAB), SFT_T(KC_BSPC), LT(2,KC_SPC)
LT(1,KC_BSPC), CTL_T(KC_TAB), SFT_T(KC_ENT), LT(2,KC_SPC)
),
/* Keymap 1: Symbols && Numbers
*
* ,---------------------------------------------. ,--------------------------------------------.
* | ESC | F1 | F2 | F3 | F4 | F5 | | F6 | F7 | F8 | F9 | F10 | F11 |
* |----------+------+------+------+------+------| |------+------+------+------+------+---------|
* | ` | ! | @ | # | $ | % | | 7 | 8 | 9 | - | / | F12 |
* | ` | ! | @ | # | $ | % | | - | 7 | 8 | 9 | / | F12 |
* |----------+------+------+------+------+------| |------+------+------+------+------+---------|
* | | ^ | & | * | ( | ) | | 4 | 5 | 6 | + | * | |
* | | ^ | & | * | ( | ) | | + | 4 | 5 | 6 | * | |
* |----------+------+------+------+------+------| |------+------+------+------+------+---------|
* | | | [ | ] | { | } | | 1 | 2 | 3 | . | = | |
* | | | [ | ] | { | } | | . | 1 | 2 | 3 | = | |
* `----------+------+------+------+------+------' `------+------+------+------+------+---------'
*
* ,-------------. ,-------------.
@ -50,10 +50,10 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* `------' `------'
*/
[1] = LAYOUT(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,
KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_7, KC_8, KC_9, KC_MINS, KC_SLSH, KC_F12,
_______, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_4, KC_5, KC_6, KC_PLUS, KC_ASTR, KC_BSPC,
_______, _______, KC_LBRC, KC_RBRC, KC_LCBR, KC_RCBR, KC_1, KC_2, KC_3, KC_DOT, KC_EQL, KC_ENT,
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11,
KC_GRV, KC_EXLM, KC_AT, KC_HASH, KC_DLR, KC_PERC, KC_MINS, KC_7, KC_8, KC_9, KC_SLSH, KC_F12,
_______, KC_CIRC, KC_AMPR, KC_ASTR, KC_LPRN, KC_RPRN, KC_PLUS, KC_4, KC_5, KC_6, KC_ASTR, KC_BSPC,
_______, _______, KC_LBRC, KC_RBRC, KC_LCBR, KC_RCBR, KC_DOT, KC_1, KC_2, KC_3, KC_EQL, KC_ENT,
_______, _______, _______, KC_0
),
[2] = LAYOUT(