Updated my files and added debouncing

This commit is contained in:
unknown
2017-08-26 13:54:17 -04:00
committed by Jack Humbert
parent b28982e329
commit 78ab926cc8
4 changed files with 214 additions and 56 deletions

View File

@@ -29,3 +29,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#ifdef SUBPROJECT_protosplit
#include "../../protosplit/config.h"
#endif
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 20
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8