Skip to content

Commit

Permalink
Fix hash symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jwon committed Jul 2, 2021
1 parent f4f72fe commit 310255b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/kinesis/keymaps/jwon/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______,
_______, _______, DP_CIRC, DP_HASH,
_______, _______, DP_CIRC, KC_HASH,
// Right Thumb
_______, _______,
_______,
Expand Down

0 comments on commit 310255b

Please sign in to comment.