Skip to content

Commit

Permalink
Include dot in math layer
Browse files Browse the repository at this point in the history
  • Loading branch information
samisagit committed Apr 6, 2024
1 parent 56da1e0 commit 2759b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/splitkb/aurora/corne/keymaps/samisagit/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//|--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------|
KC_CIRC, KC_EXLM, KC_7, KC_8, KC_9, KC_PIPE, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX,
//|--------+--------+--------+--------+--------+--------+--------| |--------+--------+--------+--------+--------+--------+--------|
KC_0, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX, XXXXXXX
KC_0, XXXXXXX, KC_DOT, XXXXXXX, XXXXXXX, XXXXXXX
//`--------------------------' `--------------------------'
),

Expand Down

0 comments on commit 2759b95

Please sign in to comment.