Skip to content

Commit

Permalink
Fix keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
artillect committed Mar 15, 2022
1 parent eed9159 commit 3a237c7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

.vscode/settings.json
*.code-workspace
2 changes: 1 addition & 1 deletion keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
* `-----------------------------------------------------------------------------------'
*/
[_ADJUST] = LAYOUT_planck_mit(
RESET, DF(_QWERTY), DEBUG, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, RGB_VAI, RGB_VAD, KC_DEL ,
RESET, DF(_QWERTY), DEBUG, RGB_TOG, RGB_MOD, RGB_HUI, RGB_HUD, RGB_SAI, RGB_SAD, j, RGB_VAD, KC_DEL ,
_______, _______, _______, _______, _______, DF(_GAMING), OSL(_GREEK), _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______
Expand Down

0 comments on commit 3a237c7

Please sign in to comment.