diff options
| author | Selene ToyKeeper | 2023-10-26 08:47:28 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2023-10-26 08:47:28 -0600 |
| commit | 3be63ea383d1a0a9251eb7de974ee2012535b1b1 (patch) | |
| tree | 699782530d5391be028b7b1b85b19821c64cfbfb | |
| parent | converted Sofirn LT1-t1616 to new API, using SiteRelEnby's branch for reference (diff) | |
| download | anduril-3be63ea383d1a0a9251eb7de974ee2012535b1b1.tar.gz anduril-3be63ea383d1a0a9251eb7de974ee2012535b1b1.tar.bz2 anduril-3be63ea383d1a0a9251eb7de974ee2012535b1b1.zip | |
minor comment cleanup
| -rw-r--r-- | hwdef-blf-lt1.h | 1 | ||||
| -rw-r--r-- | hwdef-emisar-2ch.c | 1 | ||||
| -rw-r--r-- | hwdef-emisar-d4k-3ch.c | 1 |
3 files changed, 2 insertions, 1 deletions
diff --git a/hwdef-blf-lt1.h b/hwdef-blf-lt1.h index bac21cf..8fce09f 100644 --- a/hwdef-blf-lt1.h +++ b/hwdef-blf-lt1.h @@ -68,6 +68,7 @@ uint8_t ch2_pwm, ch2_dsm; #define CH2_PIN PB0 // pin 5, cold tint PWM #define CH2_PWM OCR0A // OCR0A is the output compare register for PB0 +// lighted button #define AUXLED_PIN PB4 // pin 3 // e-switch diff --git a/hwdef-emisar-2ch.c b/hwdef-emisar-2ch.c index 31d27af..b09b681 100644 --- a/hwdef-emisar-2ch.c +++ b/hwdef-emisar-2ch.c @@ -1,7 +1,6 @@ // Emisar 2-channel generic w/ tint ramping // Copyright (C) 2021-2023 Selene ToyKeeper // SPDX-License-Identifier: GPL-3.0-or-later - #pragma once #include "chan-rgbaux.c" diff --git a/hwdef-emisar-d4k-3ch.c b/hwdef-emisar-d4k-3ch.c index 3fed41a..58e9b35 100644 --- a/hwdef-emisar-d4k-3ch.c +++ b/hwdef-emisar-d4k-3ch.c @@ -6,6 +6,7 @@ #include "spaghetti-monster/anduril/channel-modes.h" //for circular_tint_3h() #include "chan-rgbaux.c" +void set_level_zero(); void set_level_main2(uint8_t level); void set_level_led3(uint8_t level); |
