~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-blf-gt-mini.h

  • Committer: Selene ToyKeeper
  • Date: 2023-11-02 17:05:02 UTC
  • mfrom: (483.12.159 multi-channel)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: bzr@toykeeper.net-20231102170502-sinkm18qjxlorsxa
merged multi-channel branch with a major refactor and half a year of updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef HWDEF_BLF_GT_MINI_H
2
 
#define HWDEF_BLF_GT_MINI_H
 
1
// BLF/Lumintop GT Mini driver layout
 
2
// Copyright (C) 2018-2023 Selene ToyKeeper
 
3
// SPDX-License-Identifier: GPL-3.0-or-later
 
4
#pragma once
3
5
 
4
 
/* BLF/Lumintop GT Mini driver layout
5
 
 */
6
6
// exactly the same as a D1S, but with a lighted button
7
 
#include "hwdef-Emisar_D1S.h"
 
7
// (which is the same hwdef as a D4)
 
8
#include "hwdef-emisar-d4.h"
8
9
 
9
10
// lighted button
10
11
#ifndef AUXLED_PIN
11
12
#define AUXLED_PIN   PB4    // pin 3
12
13
#endif
13
14
 
14
 
#endif