diff options
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-lantern-t1616.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-blf-q8-t1616.h | 1 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-sofirn-sp36-t1616.h | 1 |
3 files changed, 3 insertions, 0 deletions
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 |
