Remove extraneous chars.

This commit is contained in:
Dave 2021-12-10 22:26:59 -06:00
parent 1d5e76590f
commit 975bb0e6a5
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ void asdf_keymap_setup(uint8_t index) {
//
// INPUTS: (uint8_t) index - index of the keymap setup function to check
// OUTPUTS: (uintu_t) returns TRUE (nonzero) if valid, FALSE (0) otherwise
////
//
// DESCRIPTION: This function returns TRUE if the index corresponds to
// a valid keymap.
//