diff options
| author | Selene ToyKeeper | 2023-07-18 14:44:40 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-07-18 14:44:40 -0600 |
| commit | 6c7c99b1be9a684e3a6ccc533f46979b39f7a529 (patch) | |
| tree | be94359c376f25939b5b71627e002b3d11e765bb /hwdef-emisar-d4v2.c | |
| parent | lowercase'd sofirn-lt1s-pro files (diff) | |
| download | anduril-6c7c99b1be9a684e3a6ccc533f46979b39f7a529.tar.gz anduril-6c7c99b1be9a684e3a6ccc533f46979b39f7a529.tar.bz2 anduril-6c7c99b1be9a684e3a6ccc533f46979b39f7a529.zip | |
converted Emisar D4 and BLF Q8 to multi-channel,
and enabled previously-removed tactical mode on the Q8
since there seems to be enough space now
(also lowercased their hwdef files)
Diffstat (limited to 'hwdef-emisar-d4v2.c')
| -rw-r--r-- | hwdef-emisar-d4v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwdef-emisar-d4v2.c b/hwdef-emisar-d4v2.c index c4ae5dd..ada4eb8 100644 --- a/hwdef-emisar-d4v2.c +++ b/hwdef-emisar-d4v2.c @@ -11,7 +11,7 @@ bool gradual_tick_main(uint8_t gt); Channel channels[] = { - { // channel 1 only + { // main LEDs .set_level = set_level_main, .gradual_tick = gradual_tick_main }, |
