blob: 160d9c18b6caece12c32f41434a98fe51ecd848c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Noctigon KR4 (12V) config options for Anduril
// (and Noctigon KR1)
// Copyright (C) 2020-2023 Selene ToyKeeper
// SPDX-License-Identifier: GPL-3.0-or-later
#pragma once
// the only things different from dm11-boost are:
// - e-switch is on a different pin (defined in hwdef)
// - different model number
#include "hank/noctigon-dm11/boost/anduril.h"
#include "hank/noctigon-kr4/boost/hwdef.h"
#include "hank/anduril.h"
|