Move TAPPING_TOGGLE to data driven (#21360)
This commit is contained in:
@@ -110,8 +110,6 @@
|
||||
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
|
||||
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
|
||||
|
||||
#define TAPPING_TOGGLE 1
|
||||
|
||||
#define MOUSEKEY_INTERVAL 20
|
||||
#define MOUSEKEY_DELAY 0
|
||||
#define MOUSEKEY_TIME_TO_MAX 60
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
},
|
||||
"processor": "STM32F303",
|
||||
"bootloader": "stm32-dfu",
|
||||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"community_layouts": ["ortho_4x12", "planck_mit"],
|
||||
"layout_aliases": {
|
||||
"LAYOUT_planck_grid": "LAYOUT_ortho_4x12",
|
||||
|
||||
@@ -18,8 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#pragma once
|
||||
|
||||
#define TAPPING_TOGGLE 3
|
||||
|
||||
#define DIP_SWITCH_PINS { D0, D1, D4, D6 }
|
||||
|
||||
// THK uses D5 for audio
|
||||
|
||||
@@ -21,6 +21,9 @@
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "usbasploader",
|
||||
"tapping": {
|
||||
"toggle": 3
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT_planck_grid": "LAYOUT_ortho_4x12",
|
||||
"LAYOUT_planck_mit": "LAYOUT_planck_1x2uC"
|
||||
|
||||
Reference in New Issue
Block a user