mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-05-10 18:01:44 +01:00
Add encoder abstraction. (#21548)
This commit is contained in:
@@ -22,9 +22,6 @@
|
||||
#define SPLIT_KEYBOARD
|
||||
typedef uint8_t pin_t;
|
||||
|
||||
void encoder_state_raw(uint8_t* slave_state);
|
||||
void encoder_update_raw(uint8_t* slave_state);
|
||||
|
||||
extern bool pins[];
|
||||
extern bool pinIsInputHigh[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user