Rework encoders to enable asymmetric split keyboards (#12090)
Co-authored-by: Balz Guenat <balz.guenat@siemens.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
d11d2459ce
commit
32215d5bff
14 changed files with 579 additions and 62 deletions
|
@ -17,7 +17,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
|
||||
void encoder_init(void);
|
||||
bool encoder_read(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue