~toykeeper/flashlight-firmware/fsm

« back to all changes in this revision

Viewing changes to ToyKeeper/hwdef-BLF_Q8.h

  • Committer: Selene ToyKeeper
  • Date: 2023-04-17 06:08:32 UTC
  • mto: (483.1.175 anduril2)
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: bzr@toykeeper.net-20230417060832-m50gul6mz47puwbp
switched the rest of FSM + Anduril to use SPDX license headers
instead of full GPL headers (or all too often, nothing at all)

There are a few "FIXME" entries where I'm not sure about the correct copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef HWDEF_BLF_Q8_H
2
 
#define HWDEF_BLF_Q8_H
 
1
// BLF Q8 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 Q8 driver layout
5
 
 * Q8 driver is the same as a D4, basically
6
 
 */
 
6
// Q8 driver is the same as a D4, basically
7
7
 
8
8
// ... except the Q8 has a lighted button
9
9
#ifndef AUXLED_PIN
18
18
// Q8 driver is the same as a D4, basically
19
19
#include "hwdef-Emisar_D4.h"
20
20
 
21
 
#endif