1
0
Fork 0

mattly's userspace and iris (#6279)

This commit is contained in:
Matthew Lyon 2019-07-08 06:27:30 -07:00 committed by MechMerlin
parent 7579518613
commit 06ba968759
11 changed files with 270 additions and 176 deletions

9
users/mattly/config.h Normal file
View file

@ -0,0 +1,9 @@
#pragma once
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4
#define IGNORE_MOD_TAP_INTERRUPT
#define PERMISSIVE_HOLD
#define TAPPING_TOGGLE 2
#define TAPPING_TERM 200