mirror of
https://github.com/qmk/qmk_firmware
synced 2025-01-06 15:01:39 +00:00
2nd set of updates for F62 pull
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
@ -1,4 +1,6 @@
|
||||
VIA_ENABLE = yes
|
||||
LTO_ENABLE = yes
|
||||
BOOTMAGIC_ENABLE = no
|
||||
BOOTMAGIC_LITE = no
|
||||
|
||||
SRC = ../xwhatsit_capsense_matrix.c
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user