Move TAPPING_TOGGLE to data driven (#21360)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
"processor": "STM32F303",
|
||||
"bootloader": "stm32-dfu",
|
||||
"board": "QMK_PROTON_C",
|
||||
"tapping": {
|
||||
"toggle": 2
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_ortho_4x13"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user