Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -48,10 +48,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#endif
|
||||
|
||||
/* Bootmagic Lite key configuration */
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 3
|
||||
|
||||
/* OLED Configuration */
|
||||
#ifdef OLED_ENABLE
|
||||
#define OLED_TIMEOUT 60000
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0x5250",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [1, 3]
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user