Remove redundant disabling of features (#22926)

This commit is contained in:
Joel Challis 2024-03-09 03:05:07 +00:00 committed by GitHub
parent 5dfe2bc37a
commit 58c38175e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
103 changed files with 85 additions and 350 deletions

View file

@ -11,11 +11,9 @@
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": true,
"unicode": false
"rgblight": true
},
"matrix_pins": {
"cols": ["F4", "E6", "B1", "D2"],

View file

@ -11,11 +11,9 @@
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": true,
"unicode": false
"rgblight": true
},
"indicators": {
"num_lock": "B4",

View file

@ -12,11 +12,8 @@
"console": true,
"encoder": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": false,
"unicode": false
"nkro": true
},
"matrix_pins": {
"cols": ["D2", "D3", "D4", "D5", "D7", "E0", "E1", "B0", "E6", "B3", "B2"],

View file

@ -9,7 +9,6 @@
"diode_direction": "COL2ROW",
"features": {
"audio": true,
"backlight": false,
"bootmagic": false,
"command": false,
"console": true,

View file

@ -6,18 +6,12 @@
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": false,
"backlight": false,
"bluetooth": false,
"bootmagic": false,
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": false,
"unicode": false
"nkro": true
},
"indicators": {
"caps_lock": "F0"

View file

@ -6,18 +6,13 @@
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": false,
"backlight": true,
"bluetooth": false,
"bootmagic": false,
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": true,
"unicode": false
"rgblight": true
},
"indicators": {
"caps_lock": "B4"

View file

@ -6,18 +6,14 @@
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"audio": false,
"backlight": true,
"bluetooth": false,
"bootmagic": false,
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": true,
"unicode": false
"rgblight": true
},
"indicators": {
"caps_lock": "B4"

View file

@ -8,17 +8,12 @@
"diode_direction": "COL2ROW",
"features": {
"audio": true,
"backlight": false,
"bluetooth": false,
"bootmagic": false,
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": true,
"rgblight": false,
"unicode": false
"nkro": true
},
"matrix_pins": {
"cols": ["B10", "B2", "B1", "B0", "A7", "B4", "B3", "B5"],

View file

@ -8,16 +8,13 @@
"features": {
"audio": true,
"backlight": true,
"bluetooth": false,
"bootmagic": false,
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": false,
"nkro": true,
"rgblight": true,
"unicode": false
"rgblight": true
},
"indicators": {
"caps_lock": "B4"

View file

@ -9,16 +9,13 @@
"features": {
"audio": true,
"backlight": true,
"bluetooth": false,
"bootmagic": false,
"command": false,
"console": true,
"extrakey": true,
"midi": false,
"mousekey": true,
"nkro": false,
"rgblight": true,
"unicode": false
"rgblight": true
},
"build": {
"lto": true