blob: 3dd2283d04a92c33f8c25e73502d50521d1e7a67 (
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/cfg.h"
#include "hank/noctigon-kr4-boost/hwdef.h"
#undef MODEL_NUMBER
#define MODEL_NUMBER "0216"
#include "hank/cfg.h"
// ATTINY: 1634
|