mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-10 07:33:04 +00:00
Set Tapping Toggle to 1 for all boards (#397)
This commit is contained in:
@@ -143,8 +143,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||||||
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
|
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
|
||||||
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
|
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
|
||||||
|
|
||||||
#define TAPPING_TOGGLE 1
|
|
||||||
|
|
||||||
// Enable rgb light animations for the shine
|
// Enable rgb light animations for the shine
|
||||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||||
#define RGBLIGHT_EFFECT_BREATHING
|
#define RGBLIGHT_EFFECT_BREATHING
|
||||||
|
|||||||
@@ -80,6 +80,9 @@
|
|||||||
"saturation_steps": 255,
|
"saturation_steps": 255,
|
||||||
"sleep": true
|
"sleep": true
|
||||||
},
|
},
|
||||||
|
"tapping": {
|
||||||
|
"toggle": 1
|
||||||
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT_ergodox": {
|
"LAYOUT_ergodox": {
|
||||||
"layout": [
|
"layout": [
|
||||||
|
|||||||
@@ -177,6 +177,9 @@
|
|||||||
"layout_aliases": {
|
"layout_aliases": {
|
||||||
"LAYOUT_moonlander": "LAYOUT"
|
"LAYOUT_moonlander": "LAYOUT"
|
||||||
},
|
},
|
||||||
|
"tapping": {
|
||||||
|
"toggle": 1
|
||||||
|
},
|
||||||
"layouts": {
|
"layouts": {
|
||||||
"LAYOUT": {
|
"LAYOUT": {
|
||||||
"layout": [
|
"layout": [
|
||||||
|
|||||||
@@ -40,6 +40,9 @@
|
|||||||
"resync": true
|
"resync": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"tapping": {
|
||||||
|
"toggle": 1
|
||||||
|
},
|
||||||
"rgb_matrix": {
|
"rgb_matrix": {
|
||||||
"driver": "is31fl3731",
|
"driver": "is31fl3731",
|
||||||
"led_flush_limit": 26,
|
"led_flush_limit": 26,
|
||||||
|
|||||||
Reference in New Issue
Block a user