diff options
| author | Selene ToyKeeper | 2021-04-01 18:59:11 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2021-04-01 18:59:11 -0600 |
| commit | 0cc485438d75143e0d08757103dc4e5615caae51 (patch) | |
| tree | d6944411a9f8ae97915ff9031767ddb6472bc9e5 | |
| parent | slightly reorganized declaration of PCINT to make it easier to read (diff) | |
| download | anduril-0cc485438d75143e0d08757103dc4e5615caae51.tar.gz anduril-0cc485438d75143e0d08757103dc4e5615caae51.tar.bz2 anduril-0cc485438d75143e0d08757103dc4e5615caae51.zip | |
Renamed gchart-fet1-t16 to t1616, to make it consistent with other t1616 models.
| -rw-r--r-- | hwdef-gchart-fet1-t1616.h (renamed from hwdef-gchart-fet1-t16.h) | 4 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/MODELS | 2 | ||||
| -rw-r--r-- | spaghetti-monster/anduril/cfg-gchart-fet1-t1616.h (renamed from spaghetti-monster/anduril/cfg-gchart-fet1-t16.h) | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/hwdef-gchart-fet1-t16.h b/hwdef-gchart-fet1-t1616.h index e8fd11c..43255d8 100644 --- a/hwdef-gchart-fet1-t16.h +++ b/hwdef-gchart-fet1-t1616.h @@ -1,5 +1,5 @@ -#ifndef HWDEF_GCH_FET1_T16_H -#define HWDEF_GCH_FET1_T16_H +#ifndef HWDEF_GCH_FET1_T1616_H +#define HWDEF_GCH_FET1_T1616_H /* gChart's custom FET+1 driver layout diff --git a/spaghetti-monster/anduril/MODELS b/spaghetti-monster/anduril/MODELS index 4dda62f..db56136 100644 --- a/spaghetti-monster/anduril/MODELS +++ b/spaghetti-monster/anduril/MODELS @@ -42,6 +42,6 @@ Model numbers: 0631 blf-q8-t1616 0632 sofirn-sp36-t1616 0633 blf-lantern-t1616 -1618 gchart-fet1-t16 +1618 gchart-fet1-t1616 Duplicates: Missing: diff --git a/spaghetti-monster/anduril/cfg-gchart-fet1-t16.h b/spaghetti-monster/anduril/cfg-gchart-fet1-t1616.h index a6434b8..e9260eb 100644 --- a/spaghetti-monster/anduril/cfg-gchart-fet1-t16.h +++ b/spaghetti-monster/anduril/cfg-gchart-fet1-t1616.h @@ -1,6 +1,6 @@ // gChart's custom FET+1 driver config options for Anduril #define MODEL_NUMBER "1618" // Golden Ratio... because I can -#include "hwdef-gchart-fet1-t16.h" +#include "hwdef-gchart-fet1-t1616.h" // ATTINY: 1616 // the button lights up |
