~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/spaghetti-monster/anduril/cfg-noctigon-kr4-2ch.h

  • Committer: Selene ToyKeeper
  • Date: 2023-11-04 15:09:10 UTC
  • mfrom: (483.1.175 anduril2)
  • Revision ID: bzr@toykeeper.net-20231104150910-ddd3afw4nhfvof2l
merged anduril2 branch -> fsm, with *years* of changes
(this also means this code is now Anduril 2 instead of Anduril 1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// Noctigon KR4 2-channel config options for Anduril
 
2
// Copyright (C) 2021-2023 Selene ToyKeeper
 
3
// SPDX-License-Identifier: GPL-3.0-or-later
 
4
#pragma once
 
5
 
 
6
// (basically the same as Emisar generic 2-channel build,
 
7
// but switch on a different pin, and no lighted button)
 
8
// ATTINY: 1634
 
9
#include "hwdef-noctigon-kr4-2ch.h"
 
10
#include "cfg-emisar-2ch.h"
 
11
#undef MODEL_NUMBER
 
12
#define MODEL_NUMBER "0215"
 
13
 
 
14
// the button doesn't light up
 
15
#undef USE_BUTTON_LED
 
16