mirror of
https://xff.cz/git/pinephone-keyboard/
synced 2024-11-09 22:15:42 +01:00
Disable workaround for my broken prototype by default
This commit is contained in:
parent
a2ff7e6e98
commit
ff7e733636
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
#include <linux/uinput.h>
|
||||
|
||||
#define DEBUG 0
|
||||
#define MEGI_PROTO_BUG 1
|
||||
#define MEGI_PROTO_BUG 0
|
||||
|
||||
#if DEBUG
|
||||
#define debug(args...) printf(args)
|
||||
|
|
Loading…
Reference in a new issue