mirror of
https://github.com/zsa/qmk_firmware.git
synced 2026-01-09 15:12:33 +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_MULTISPLASH
|
||||
|
||||
#define TAPPING_TOGGLE 1
|
||||
|
||||
// Enable rgb light animations for the shine
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_BREATHING
|
||||
|
||||
@@ -80,6 +80,9 @@
|
||||
"saturation_steps": 255,
|
||||
"sleep": true
|
||||
},
|
||||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_ergodox": {
|
||||
"layout": [
|
||||
|
||||
@@ -177,6 +177,9 @@
|
||||
"layout_aliases": {
|
||||
"LAYOUT_moonlander": "LAYOUT"
|
||||
},
|
||||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
||||
@@ -40,6 +40,9 @@
|
||||
"resync": true
|
||||
}
|
||||
},
|
||||
"tapping": {
|
||||
"toggle": 1
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"driver": "is31fl3731",
|
||||
"led_flush_limit": 26,
|
||||
|
||||
Reference in New Issue
Block a user