summaryrefslogtreecommitdiff
path: root/tmk_core/protocol/usb_descriptor_common.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-07-16 19:43:18 +1000
committerGitHub <noreply@github.com>2021-07-16 19:43:18 +1000
commit7ed5ac4a6026939898810f9a9c706fb7a09db171 (patch)
tree4af7673c046148a340e11679f7a1c7aae1b53e41 /tmk_core/protocol/usb_descriptor_common.h
parentf0198ad15eb1b9d1f1ae0a8725c478e171f16d1b (diff)
Use string literals for `SERIAL_NUMBER` (#13403)
Diffstat (limited to 'tmk_core/protocol/usb_descriptor_common.h')
-rw-r--r--tmk_core/protocol/usb_descriptor_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tmk_core/protocol/usb_descriptor_common.h b/tmk_core/protocol/usb_descriptor_common.h
index b1f602c82e..ce0cf09763 100644
--- a/tmk_core/protocol/usb_descriptor_common.h
+++ b/tmk_core/protocol/usb_descriptor_common.h
@@ -16,6 +16,10 @@
#pragma once
+// Prefix string literal with L for descriptors
+#define USBCONCAT(a, b) a##b
+#define USBSTR(s) USBCONCAT(L, s)
+
/////////////////////
// RAW Usage page and ID configuration