mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 04:54:43 +00:00
7 lines
94 B
C
7 lines
94 B
C
|
#pragma once
|
||
|
|
||
|
#ifdef COMBO_ENABLE
|
||
|
# define COMBO_COUNT 5
|
||
|
# define COMBO_TERM 200
|
||
|
#endif
|