aboutsummaryrefslogtreecommitdiff
path: root/keyclick.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyclick.h')
-rw-r--r--keyclick.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyclick.h b/keyclick.h
index f964230..c7c7fd2 100644
--- a/keyclick.h
+++ b/keyclick.h
@@ -22,6 +22,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <avr/io.h>
+#define KEYCLICK_SOLENOID_EXTENDTIME 15 /* ms */
+#define KEYCLICK_BUZZER_TIME 50 /* ms */
+
enum keyclick_mode {
KEYCLICK_OFF = 0,
KEYCLICK_SOLENOID,