2nd set of updates for F62 pull

This commit is contained in:
Matthew J. Wolf
2023-07-15 18:37:38 -04:00
parent 1eb680baf3
commit 867d79b1e5
4 changed files with 568 additions and 2897 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,23 +0,0 @@
/* Copyright 2023 Matthew Wolf
*
* 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/>.
*/
#undef BOOTMAGIC_ENABLE
#undef BOOTMAGIC_LITE
/* Bootmagic Lite key configuration */
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0

View File

@ -1,4 +1,6 @@
VIA_ENABLE = yes
LTO_ENABLE = yes
BOOTMAGIC_ENABLE = no
BOOTMAGIC_LITE = no
SRC = ../xwhatsit_capsense_matrix.c

View File

@ -120,7 +120,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define LED_CAPS_LOCK_ACTIVE_LOW
//#define LED_SCROLL_LOCK_ACTIVE_LOW
// ----- xwhatsit hardware configuration (type_f) -----
#undef BOOTMAGIC_ENABLE
#undef BOOTMAGIC_LITE
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 0
#define CAPSENSE_DAC_SCLK B1
#define CAPSENSE_DAC_DIN B2