Move TAPPING_TOGGLE to data driven (#21360)

This commit is contained in:
Ryan
2023-06-24 17:10:22 +10:00
committed by GitHub
parent 658b6aa3a6
commit 8093b13365
47 changed files with 70 additions and 101 deletions

View File

@@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define TAPPING_TOGGLE 2
#ifdef RGB_MATRIX_ENABLE
#define WS2812_SPI SPID1
#define WS2812_SPI_MOSI_PAL_MODE 5

View File

@@ -23,6 +23,9 @@
"processor": "STM32F303",
"bootloader": "stm32-dfu",
"board": "QMK_PROTON_C",
"tapping": {
"toggle": 2
},
"layout_aliases": {
"LAYOUT": "LAYOUT_ortho_4x13"
},