Skip to content

Commit

Permalink
Fix ascii diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
halcyonCorsair committed Mar 4, 2022
1 parent becd635 commit c6a19af
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions keyboards/dumbpadv2/keymaps/livcg/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/---------------------------------------`
|Play/Pause| | | |
|---------|---------|---------|---------|
| Prev | Next | \ | + |
| Prev | Next | / | * |
|---------|---------|---------|---------|
| g:push | g:pull |g:status | - |
| g:push | g:pull |g:status | + |
|---------|---------|---------|---------|
| g:add |g:commit | g:diff | - |
|---------|---------|---------|---------|
Expand Down Expand Up @@ -122,7 +122,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
SEND_STRING("git status\n");
}
break;

}

return true;
Expand Down

0 comments on commit c6a19af

Please sign in to comment.