2019-04-08 23:57:43 +00:00
|
|
|
/* Copyright 2018 Jack Humbert <jack.humb@gmail.com>
|
2021-07-26 01:18:22 +00:00
|
|
|
* Copyright 2015 ZSA Technology Labs Inc (@zsa)
|
|
|
|
* Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
|
2019-04-08 23:57:43 +00:00
|
|
|
*
|
|
|
|
* This program is free software: you can redistribute it and/or modify
|
|
|
|
* it under the terms of the GNU General Public License as published by
|
|
|
|
* the Free Software Foundation, either version 2 of the License, or
|
|
|
|
* (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
2019-08-13 17:28:12 +00:00
|
|
|
|
2024-08-14 13:27:37 +00:00
|
|
|
#pragma once
|
2020-05-28 08:26:53 +00:00
|
|
|
|
2024-08-14 13:27:37 +00:00
|
|
|
#define MUSIC_MAP
|
|
|
|
#define AUDIO_PIN A5
|
|
|
|
#define AUDIO_PIN_ALT A4
|
|
|
|
#define AUDIO_PIN_ALT_AS_NEGATIVE
|
2019-08-13 17:28:12 +00:00
|
|
|
|
2024-08-14 13:27:37 +00:00
|
|
|
#define IS31FL3737_I2C_ADDRESS_1 IS31FL3737_I2C_ADDRESS_GND
|