Skip to content

Commit

Permalink
fix: default serial number define
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed Jul 12, 2024
1 parent e11c9a1 commit bcc5eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/zsa/common/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#ifdef ORYX_ENABLE
# ifndef SERIAL_NUMBER
# define SERIAL_NUMBER default/latest
# define SERIAL_NUMBER "default/latest"
# endif // SERIAL_NUMBER
# ifndef RAW_USAGE_PAGE
# define RAW_USAGE_PAGE 0xFF60
Expand Down

0 comments on commit bcc5eef

Please sign in to comment.