aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hwdef-blf-lt1.h1
-rw-r--r--hwdef-emisar-2ch.c1
-rw-r--r--hwdef-emisar-d4k-3ch.c1
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);