1df15a95b8
Syndrome Syndrome Ortho Little Writter Evelyn Subtext Also includes changes from Matt Piasecki <matthewpiasecki@icloud.com> for OLED support for syndrome Co-authored-by: Nachiket Kulkarni <nachiket_kulkarni@apple.com>
29 lines
869 B
C
29 lines
869 B
C
/*
|
|
Copyright 2024 nachie
|
|
|
|
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/>.
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
/* Set 0 if debouncing isn't needed */
|
|
#define DEBOUNCE 5
|
|
|
|
/* number of backlight levels */
|
|
|
|
#define VIA_CUSTOM_LIGHTING_ENABLE
|
|
|
|
#define LED_CAPS_LOCK_PIN GP17
|
|
#define LED_KANA_PIN GP26
|
|
#define LED_PIN_ON_STATE 1
|