aboutsummaryrefslogtreecommitdiffstats
path: root/users/kuchosauronad0/encoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/kuchosauronad0/encoder.h')
-rw-r--r--users/kuchosauronad0/encoder.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/users/kuchosauronad0/encoder.h b/users/kuchosauronad0/encoder.h
new file mode 100644
index 000000000..2610c9677
--- /dev/null
+++ b/users/kuchosauronad0/encoder.h
@@ -0,0 +1,4 @@
+#pragma once
+#include "quantum.h"
+const uint16_t PROGMEM encoder_actions[][9];
+void encoder_update_user(uint8_t index, bool clockwise);