Add encoder abstraction. (#21548)

This commit is contained in:
Nick Brassel
2024-02-18 21:17:15 +11:00
committed by GitHub
parent 2eb9ff8efd
commit 9d9cdaaa2d
50 changed files with 863 additions and 653 deletions

View File

@ -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[];