Browse Source

Move `TAPPING_TOGGLE` to data driven (#21360)

pull/21352/head
Ryan 10 months ago
committed by GitHub
parent
commit
8093b13365
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
47 changed files with 70 additions and 101 deletions
  1. +0
    -2
      keyboards/bajjak/config.h
  2. +3
    -0
      keyboards/bajjak/info.json
  3. +0
    -2
      keyboards/checkerboards/quark_lp/config.h
  4. +3
    -0
      keyboards/checkerboards/quark_lp/info.json
  5. +0
    -2
      keyboards/converter/a1200/mistress1200/config.h
  6. +4
    -1
      keyboards/converter/a1200/mistress1200/info.json
  7. +0
    -20
      keyboards/dumbpad/config.h
  8. +3
    -0
      keyboards/dumbpad/info.json
  9. +0
    -17
      keyboards/dumbpad/v1x_oled/config.h
  10. +0
    -2
      keyboards/ergodox_ez/config.h
  11. +3
    -0
      keyboards/ergodox_ez/info.json
  12. +0
    -5
      keyboards/fungo/rev1/config.h
  13. +3
    -0
      keyboards/fungo/rev1/info.json
  14. +0
    -1
      keyboards/gboards/ergotaco/config.h
  15. +3
    -0
      keyboards/gboards/ergotaco/info.json
  16. +0
    -1
      keyboards/gboards/georgi/config.h
  17. +3
    -0
      keyboards/gboards/georgi/info.json
  18. +0
    -1
      keyboards/gboards/gergo/config.h
  19. +3
    -0
      keyboards/gboards/gergo/info.json
  20. +0
    -2
      keyboards/handwired/dactyl/config.h
  21. +3
    -0
      keyboards/handwired/dactyl/info.json
  22. +0
    -3
      keyboards/handwired/dactyl_rah/config.h
  23. +3
    -0
      keyboards/handwired/dactyl_rah/info.json
  24. +0
    -2
      keyboards/handwired/frenchdev/config.h
  25. +3
    -0
      keyboards/handwired/frenchdev/info.json
  26. +0
    -1
      keyboards/handwired/jopr/config.h
  27. +3
    -0
      keyboards/handwired/jopr/info.json
  28. +0
    -2
      keyboards/handwired/kbod/config.h
  29. +3
    -0
      keyboards/handwired/kbod/info.json
  30. +0
    -2
      keyboards/handwired/pterodactyl/config.h
  31. +3
    -0
      keyboards/handwired/pterodactyl/info.json
  32. +0
    -3
      keyboards/handwired/terminus_mini/config.h
  33. +3
    -0
      keyboards/handwired/terminus_mini/info.json
  34. +0
    -2
      keyboards/hotdox/config.h
  35. +3
    -0
      keyboards/hotdox/info.json
  36. +0
    -2
      keyboards/input_club/ergodox_infinity/config.h
  37. +3
    -0
      keyboards/input_club/ergodox_infinity/info.json
  38. +0
    -2
      keyboards/nack/config.h
  39. +3
    -0
      keyboards/nack/info.json
  40. +0
    -20
      keyboards/neopad/config.h
  41. +3
    -0
      keyboards/neopad/rev1/info.json
  42. +0
    -2
      keyboards/planck/ez/config.h
  43. +3
    -0
      keyboards/planck/ez/info.json
  44. +0
    -2
      keyboards/planck/thk/config.h
  45. +3
    -0
      keyboards/planck/thk/info.json
  46. +0
    -2
      keyboards/ymdk/ymd96/config.h
  47. +3
    -0
      keyboards/ymdk/ymd96/info.json

+ 0
- 2
keyboards/bajjak/config.h View File

@ -43,8 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */


+ 3
- 0
keyboards/bajjak/info.json View File

@ -10,6 +10,9 @@
},
"processor": "atmega32u4",
"bootloader": "halfkay",
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT_6x7": {
"layout": [


+ 0
- 2
keyboards/checkerboards/quark_lp/config.h View File

@ -22,8 +22,6 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
#define TAPPING_TOGGLE 2
#ifdef RGB_MATRIX_ENABLE
#define RGB_MATRIX_LED_COUNT 51
#define RGB_MATRIX_KEYPRESSES // reacts to keypresses


+ 3
- 0
keyboards/checkerboards/quark_lp/info.json View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u2",
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 2
},
"layouts": {
"LAYOUT_ortho_4x12": {
"layout": [


+ 0
- 2
keyboards/converter/a1200/mistress1200/config.h View File

@ -17,8 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define TAPPING_TOGGLE 3
#undef LOCKING_SUPPORT_ENABLE
#undef LOCKING_RESYNC_ENABLE
#define LAYER_STATE_8BIT


+ 4
- 1
keyboards/converter/a1200/mistress1200/info.json View File

@ -16,5 +16,8 @@
"on_state": 0
},
"processor": "atmega16u4",
"bootloader": "atmel-dfu"
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 3
}
}

+ 0
- 20
keyboards/dumbpad/config.h View File

@ -1,20 +0,0 @@
/*
Copyright 2020 imchipwood
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/>.
*/
#pragma once
/* Reduce tapdance required taps from 5 to 2 */
#define TAPPING_TOGGLE 2

+ 3
- 0
keyboards/dumbpad/info.json View File

@ -6,5 +6,8 @@
"usb": {
"vid": "0xDEAF",
"pid": "0x0913"
},
"tapping": {
"toggle": 2
}
}

+ 0
- 17
keyboards/dumbpad/v1x_oled/config.h View File

@ -1,17 +0,0 @@
/*
Copyright 2020 imchipwood
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/>.
*/
#pragma once
/* Reduce tapdance required taps from 5 to 2 */
#define TAPPING_TOGGLE 2

+ 0
- 2
keyboards/ergodox_ez/config.h View File

@ -44,8 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_WHEEL_MAX_SPEED MOUSEKEY_MAX_SPEED
#define MOUSEKEY_WHEEL_TIME_TO_MAX MOUSEKEY_TIME_TO_MAX
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */


+ 3
- 0
keyboards/ergodox_ez/info.json View File

@ -18,6 +18,9 @@
"processor": "atmega32u4",
"bootloader": "halfkay",
"debounce": 30,
"tapping": {
"toggle": 1
},
"community_layouts": ["ergodox"],
"layouts": {
"LAYOUT_ergodox": {


+ 0
- 5
keyboards/fungo/rev1/config.h View File

@ -31,8 +31,3 @@
/* Locking resynchronize hack */
#define LOCKING_RESYNC_ENABLE
//
#define TAPPING_TOGGLE 3

+ 3
- 0
keyboards/fungo/rev1/info.json View File

@ -25,6 +25,9 @@
"processor": "atmega32u4",
"bootloader": "caterina",
"debounce": 3,
"tapping": {
"toggle": 3
},
"layout_aliases": {
"LAYOUT_fungo_split_num": "LAYOUT"
},


+ 0
- 1
keyboards/gboards/ergotaco/config.h View File

@ -32,7 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 3
- 0
keyboards/gboards/ergotaco/info.json View File

@ -10,6 +10,9 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 1
keyboards/gboards/georgi/config.h View File

@ -37,7 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 2
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 3
- 0
keyboards/gboards/georgi/info.json View File

@ -11,6 +11,9 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 2
},
"layout_aliases": {
"LAYOUT_georgi": "LAYOUT"
},


+ 0
- 1
keyboards/gboards/gergo/config.h View File

@ -41,7 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_TIME_TO_MAX 60
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 3
- 0
keyboards/gboards/gergo/info.json View File

@ -13,6 +13,9 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 1
},
"layout_aliases": {
"LAYOUT_gergo": "LAYOUT"
},


+ 0
- 2
keyboards/handwired/dactyl/config.h View File

@ -37,8 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* key combination for command */
#define IS_COMMAND() ( \
get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \


+ 3
- 0
keyboards/handwired/dactyl/info.json View File

@ -11,6 +11,9 @@
"processor": "atmega32u4",
"bootloader": "halfkay",
"debounce": 15,
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT_dactyl": {
"layout": [


+ 0
- 3
keyboards/handwired/dactyl_rah/config.h View File

@ -24,9 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
/* layer config */
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE


+ 3
- 0
keyboards/handwired/dactyl_rah/info.json View File

@ -18,6 +18,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT_6x6": {
"layout": [


+ 0
- 2
keyboards/handwired/frenchdev/config.h View File

@ -31,8 +31,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 2
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* key combination for command */
#define IS_COMMAND() ( \
get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \


+ 3
- 0
keyboards/handwired/frenchdev/info.json View File

@ -9,6 +9,9 @@
},
"processor": "atmega32u4",
"bootloader": "halfkay",
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 1
keyboards/handwired/jopr/config.h View File

@ -7,7 +7,6 @@
#define LOCKING_RESYNC_ENABLE
#define NO_ACTION_ONESHOT
#define TAPPING_TOGGLE 3
#define RGBLIGHT_HUE_STEP 1
#define RGBLIGHT_SAT_STEP 1


+ 3
- 0
keyboards/handwired/jopr/info.json View File

@ -21,6 +21,9 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 3
},
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 2
keyboards/handwired/kbod/config.h View File

@ -37,5 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
#define TAPPING_TOGGLE 2

+ 3
- 0
keyboards/handwired/kbod/info.json View File

@ -18,6 +18,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"tapping": {
"toggle": 2
},
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 2
keyboards/handwired/pterodactyl/config.h View File

@ -37,8 +37,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* key combination for command */
#define IS_COMMAND() ( \
get_mods() == (MOD_BIT(KC_LCTL) | MOD_BIT(KC_RCTL)) || \


+ 3
- 0
keyboards/handwired/pterodactyl/info.json View File

@ -11,6 +11,9 @@
"processor": "atmega32u4",
"bootloader": "caterina",
"debounce": 0,
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT_pterodactyl": {
"layout": [


+ 0
- 3
keyboards/handwired/terminus_mini/config.h View File

@ -17,9 +17,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
//define tapping-toggle count
#define TAPPING_TOGGLE 1
//define maximum duration of hold required to register a tap vs hold default is 200
#define TAPPING_TERM 150 //reduce time required to register a held key


+ 3
- 0
keyboards/handwired/terminus_mini/info.json View File

@ -15,6 +15,9 @@
"diode_direction": "COL2ROW",
"processor": "atmega32u4",
"bootloader": "halfkay",
"tapping": {
"toggle": 1
},
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 2
keyboards/hotdox/config.h View File

@ -11,8 +11,6 @@
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */


+ 3
- 0
keyboards/hotdox/info.json View File

@ -12,6 +12,9 @@
},
"processor": "atmega32u4",
"bootloader": "atmel-dfu",
"tapping": {
"toggle": 1
},
"community_layouts": ["ergodox"],
"layouts": {
"LAYOUT_ergodox": {


+ 0
- 2
keyboards/input_club/ergodox_infinity/config.h View File

@ -23,8 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MOUSEKEY_MAX_SPEED 7
#define MOUSEKEY_WHEEL_DELAY 0
#define TAPPING_TOGGLE 1
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */


+ 3
- 0
keyboards/input_club/ergodox_infinity/info.json View File

@ -17,6 +17,9 @@
"processor": "MK20DX256",
"bootloader": "kiibohd",
"board": "IC_TEENSY_3_1",
"tapping": {
"toggle": 1
},
"community_layouts": ["ergodox"],
"layouts": {
"LAYOUT_ergodox": {


+ 0
- 2
keyboards/nack/config.h 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


+ 3
- 0
keyboards/nack/info.json View File

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


+ 0
- 20
keyboards/neopad/config.h View File

@ -1,20 +0,0 @@
/*
Copyright 2021 rookiebwoy
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/>.
*/
#pragma once
/* Reduce tapdance required taps from 5 to 2 */
#define TAPPING_TOGGLE 2

+ 3
- 0
keyboards/neopad/rev1/info.json View File

@ -21,6 +21,9 @@
},
"processor": "atmega32u4",
"bootloader": "caterina",
"tapping": {
"toggle": 2
},
"layouts": {
"LAYOUT": {
"layout": [


+ 0
- 2
keyboards/planck/ez/config.h View File

@ -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


+ 3
- 0
keyboards/planck/ez/info.json View File

@ -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",


+ 0
- 2
keyboards/planck/thk/config.h View File

@ -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


+ 3
- 0
keyboards/planck/thk/info.json View File

@ -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"


+ 0
- 2
keyboards/ymdk/ymd96/config.h View File

@ -19,8 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#define TAPPING_TOGGLE 3
/* RGB underglow */
#define RGBLIGHT_EFFECT_BREATHING
#define RGBLIGHT_EFFECT_RAINBOW_MOOD


+ 3
- 0
keyboards/ymdk/ymd96/info.json View File

@ -32,6 +32,9 @@
},
"processor": "atmega32a",
"bootloader": "bootloadhid",
"tapping": {
"toggle": 3
},
"layouts": {
"LAYOUT_default": {
"layout": [


Loading…
Cancel
Save