Skip to content

Commit

Permalink
Fix ASCII for Adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
jussaw committed Aug 19, 2021
1 parent 8bd7813 commit e89efc3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions keyboards/crkbd/keymaps/jussaw/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),

//,-----------------------------------------------------. ,-----------------------------------------------------.
//| Bksp | Tab | Q | W | E | R | T | Y | U | I | O | P |
//| Bksp | Tab | Q | W | E | R | | T | Y | U | I | O | P |
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
//| "" | Shift | A | S | D | F | G | H | J | K | L | ; |
//| "" | Shift | A | S | D | F | | G | H | J | K | L | ; |
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
//| Enter | Ctrl | Z | X | C | V | B | N | M | , | . | / |
//| Enter | Ctrl | Z | X | C | V | | B | N | M | , | . | / |
//|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
// | Esc | Alt | Space | | TG(4) |
//`--------------------------' `--------------------------'
Expand Down

0 comments on commit e89efc3

Please sign in to comment.