mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Fix formatting.
This commit is contained in:
parent
580f8bd703
commit
075e001af8
@ -92,9 +92,11 @@ typedef struct {
|
|||||||
extern const keycode_string_name_t custom_keycode_names[];
|
extern const keycode_string_name_t custom_keycode_names[];
|
||||||
|
|
||||||
/** Helper to define a keycode_string_name_t. */
|
/** Helper to define a keycode_string_name_t. */
|
||||||
# define KEYCODE_STRING_NAME(kc) {(kc), PSTR(#kc)}
|
# define KEYCODE_STRING_NAME(kc) \
|
||||||
|
{ (kc), PSTR(#kc) }
|
||||||
/** Makes end-of-table sentinel for a table of keycode_string_name_t. */
|
/** Makes end-of-table sentinel for a table of keycode_string_name_t. */
|
||||||
# define KEYCODE_STRING_NAMES_END {0, NULL}
|
# define KEYCODE_STRING_NAMES_END \
|
||||||
|
{ 0, NULL }
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user