From 266b3db0048ad4938b8ab52209e22b77955748ee Mon Sep 17 00:00:00 2001 From: Gabriel Hart Date: Tue, 12 Jan 2021 14:28:18 -0600 Subject: Add the override of ATTINY setting to 1616 for the new T1616 config files --- spaghetti-monster/anduril/cfg-blf-lantern-t1616.h | 1 + spaghetti-monster/anduril/cfg-blf-q8-t1616.h | 1 + spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h | 1 + 3 files changed, 3 insertions(+) diff --git a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h index 6d0a192..7905eee 100644 --- a/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h +++ b/spaghetti-monster/anduril/cfg-blf-lantern-t1616.h @@ -7,6 +7,7 @@ // basically the same as a Q8... sort of #include "hwdef-BLF_Q8-T1616.h" +// ATTINY: 1616 // the button lights up #define USE_INDICATOR_LED diff --git a/spaghetti-monster/anduril/cfg-blf-q8-t1616.h b/spaghetti-monster/anduril/cfg-blf-q8-t1616.h index a6e9517..e1e1598 100644 --- a/spaghetti-monster/anduril/cfg-blf-q8-t1616.h +++ b/spaghetti-monster/anduril/cfg-blf-q8-t1616.h @@ -1,6 +1,7 @@ // BLF Q8 config options for Anduril using the Attiny1616 #define MODEL_NUMBER "0631" #include "hwdef-BLF_Q8-T1616.h" +// ATTINY: 1616 // the button lights up #define USE_INDICATOR_LED diff --git a/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h b/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h index 29410dc..8eb7a5d 100644 --- a/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h +++ b/spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h @@ -3,6 +3,7 @@ #include "cfg-blf-q8-t1616.h" #undef MODEL_NUMBER #define MODEL_NUMBER "0632" +// ATTINY: 1616 // voltage readings were a little high with the Q8 value #undef VOLTAGE_FUDGE_FACTOR -- cgit v1.2.3