1
0
Fork 0

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:
Balz Guenat 2021-11-20 18:06:08 +01:00 committed by GitHub
parent d11d2459ce
commit 32215d5bff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 579 additions and 62 deletions

View file

@ -17,7 +17,8 @@
#pragma once
#include "quantum.h"
#include <stdbool.h>
#include <stdint.h>
void encoder_init(void);
bool encoder_read(void);