Skip to content

Commit

Permalink
reex67: fix tail comma
Browse files Browse the repository at this point in the history
  • Loading branch information
koron committed May 5, 2023
1 parent e62d594 commit 63a355a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/reex67/keymaps/test/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
// |-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------+-------+-------|
KC_LCTL,KC_LGUI,KC_LALT ,KC_SPC , KC_SPC , KC_RALT,KC_RGUI,KC_LEFT,KC_DOWN,KC_RGHT
// `-------+-------+-------+-------+-------+-------| |-------+-------+-------+-------+-------+-------+-------+-------'
),
)
};
// clang-format on

Expand Down

0 comments on commit 63a355a

Please sign in to comment.