Skip to content

Commit

Permalink
keymap re-map
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Popovich committed Jul 7, 2024
1 parent c6c63a1 commit 0835353
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions keyboards/bastardkb/charybdis/4x6/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// ╭──────────────────────────────────────────────────────╮ ╭──────────────────────────────────────────────────────╮
KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, _______,
// ├──────────────────────────────────────────────────────┤ ├──────────────────────────────────────────────────────┤
A(KC_TAB),KC_LGUI,KC_LALT, SNIPING, KC_BTN4, KC_BTN5, KC_PGUP, KC_HOME, KC_UP, KC_END, KC_F11, KC_F12,
A(KC_TAB),KC_LGUI,KC_LALT, SNIPING, KC_BTN4, KC_BTN5, KC_HOME, KC_PGDN, KC_PGUP, KC_END, KC_F11, KC_F12,
// ├──────────────────────────────────────────────────────┤ ├──────────────────────────────────────────────────────┤
KC_RCTL, G(KC_A), S(KC_BTN3),KC_BTN2,KC_BTN1,KC_BTN3, KC_PGDN, KC_LEFT, KC_DOWN, KC_RIGHT,KC_MINUS,KC_EQUAL,
KC_RCTL, G(KC_A), S(KC_BTN3),KC_BTN2,KC_BTN1,KC_BTN3, KC_LEFT, KC_DOWN, KC_UP, KC_RIGHT,KC_MINUS,KC_EQUAL,
// ├──────────────────────────────────────────────────────┤ ├──────────────────────────────────────────────────────┤
KC_LSFT, G(KC_Z), G(KC_X), G(KC_C), G(KC_V), DRGSCRL, RCS(KC_TAB), C(KC_TAB), KC_INS, KC_INS, KC_LBRC, KC_RBRC,
// ╰──────────────────────────────────────────────────────┤ ├──────────────────────────────────────────────────────╯
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ struct RGB_key layer_1_rgb[56] = {
// ╭─────────────────────────────────────────────────────────────────────────────────╮
[49]={MAG}, [45]={MAG}, [44]={MAG}, [37]={MAG}, [36]={MAG}, [29]={CYA},
// ├─────────────────────────────────────────────────────────────────────────────────┤
[50]={BLU}, [46]={BLU}, [43]={WHI}, [38]={BLU}, [35]={MAG}, [30]={MAG},
[50]={RED}, [46]={BLU}, [43]={BLU}, [38]={RED}, [35]={MAG}, [30]={MAG},
// ├─────────────────────────────────────────────────────────────────────────────────┤
[51]={BLU}, [47]={WHI}, [42]={WHI}, [39]={WHI}, [34]={BLU}, [31]={CYA},
[51]={WHI}, [47]={WHI}, [42]={WHI}, [39]={WHI}, [34]={BLU}, [31]={CYA},
// ├─────────────────────────────────────────────────────────────────────────────────┤
[52]={GRN}, [48]={GRN}, [41]={BLU}, [40]={BLU}, [33]={GRN}, [32]={GRN},
// Thumb cluster left and right
Expand Down

0 comments on commit 0835353

Please sign in to comment.