From ba9f12810f7dc4969ac175f6e959d5fe6407747d Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 30 Dec 2024 18:22:41 +0100 Subject: feat(treewide): Migrate the Unicode handling to a custom c program, that works via rawhid --- rust/qmk-hid-com/src_c/src/error.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 rust/qmk-hid-com/src_c/src/error.h (limited to 'rust/qmk-hid-com/src_c/src/error.h') diff --git a/rust/qmk-hid-com/src_c/src/error.h b/rust/qmk-hid-com/src_c/src/error.h new file mode 100644 index 0000000..e0d6aaf --- /dev/null +++ b/rust/qmk-hid-com/src_c/src/error.h @@ -0,0 +1 @@ +void fail(const char *format, ...); -- cgit 1.4.1