blob: a3b33ee9fde6314d1bcc36db35d5079db56024d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
// 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"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0216"
#include "hank/anduril.h"
// ATTINY: 1634
|