~toykeeper/flashlight-firmware/fsm

483.1.161 by Selene ToyKeeper
added KR4-12V build, fixed model number for DM11-SBT90 build
1
// Noctigon KR4 (12V) config options for Anduril
2
// (and Noctigon KR1)
483.12.14 by Selene ToyKeeper
switched the rest of FSM + Anduril to use SPDX license headers
3
// Copyright (C) 2020-2023 Selene ToyKeeper
4
// SPDX-License-Identifier: GPL-3.0-or-later
5
#pragma once
6
483.12.137 by Selene ToyKeeper
converted noctigon-kr4-boost to new API
7
// the only things different from dm11-boost are:
8
// - e-switch is on a different pin (defined in hwdef)
9
// - different model number
10
#include "cfg-noctigon-dm11-boost.h"
11
#include "hwdef-noctigon-kr4-boost.h"
12
#undef MODEL_NUMBER
483.1.161 by Selene ToyKeeper
added KR4-12V build, fixed model number for DM11-SBT90 build
13
#define MODEL_NUMBER "0216"
483.12.137 by Selene ToyKeeper
converted noctigon-kr4-boost to new API
14
#include "hank-cfg.h"
483.1.161 by Selene ToyKeeper
added KR4-12V build, fixed model number for DM11-SBT90 build
15
// ATTINY: 1634
16