Implement initial profile reading and writing with little-endian offsets and CLI tool

This commit is contained in:
Aodhan Collins
2026-02-22 17:53:05 +00:00
parent 224271e639
commit db5c3505da
72 changed files with 7090 additions and 126 deletions

View File

@@ -6,6 +6,7 @@
*/
#include "azeron.h"
#include "internal.h"
#include <linux/input-event-codes.h>
#include <string.h>