aboutsummaryrefslogtreecommitdiff
path: root/hwdef-noctigon-kr4-2ch.h
diff options
context:
space:
mode:
authorSelene ToyKeeper2023-04-27 04:26:03 -0600
committerSelene ToyKeeper2023-04-27 04:26:03 -0600
commit688387a75413fe8213ac1bf1458176ddaa7df0ae (patch)
tree48f235f64fae6aa923902225d1ba28f786e373fe /hwdef-noctigon-kr4-2ch.h
parentwhitespace cleanup (diff)
downloadanduril-688387a75413fe8213ac1bf1458176ddaa7df0ae.tar.gz
anduril-688387a75413fe8213ac1bf1458176ddaa7df0ae.tar.bz2
anduril-688387a75413fe8213ac1bf1458176ddaa7df0ae.zip
Noctigon KR4-tintramp updated to use new channel system
(was easy since it just uses the generic Emisar-2ch build with a couple small overrides)
Diffstat (limited to '')
-rw-r--r--hwdef-noctigon-kr4-2ch.h (renamed from hwdef-Noctigon_KR4-tintramp.h)6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwdef-Noctigon_KR4-tintramp.h b/hwdef-noctigon-kr4-2ch.h
index 78a4d6b..a450693 100644
--- a/hwdef-Noctigon_KR4-tintramp.h
+++ b/hwdef-noctigon-kr4-2ch.h
@@ -4,7 +4,7 @@
#pragma once
/*
- * (same driver as D4Sv2-tintramp, but with the switch on a different pin)
+ * (same driver as emisar-2ch, but with the switch on a different pin)
*
* Pin / Name / Function
* 1 PA6 2nd LED PWM (linear) (PWM1B)
@@ -42,6 +42,6 @@
#define SWITCH_PUE PUEB // pullup group B
#define PCINT_vect PCINT1_vect // ISR for PCINT[11:8]
-// the rest of the config is the same as D4Sv2-tintramp
-#include "hwdef-Emisar_D4Sv2-tintramp.h"
+// the rest of the config is the same as the generic Emisar 2ch build
+#include "hwdef-emisar-2ch.h"