mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-05-05 07:43:05 +00:00
Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 characters rather than 20 - apparently Windows will implode if a serial number is too long.
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
*
|
||||
* \note If desired, the macro DISABLE_TERMINAL_CODES can be defined in the project makefile and passed to the GCC
|
||||
* compiler via the -D switch to disable the terminal codes without modifying the source, for use with non
|
||||
* compatible terminals (any terminal code then equate to empty strings).
|
||||
* compatible terminals (any terminal codes then equate to empty strings).
|
||||
*
|
||||
* Example Usage:
|
||||
* \code
|
||||
|
||||
Reference in New Issue
Block a user