Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -34,7 +34,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define BACKLIGHT_PIN D4
|
||||
#define BACKLIGHT_BREATHING
|
||||
|
||||
/* Bootmagic Lite key configuration */
|
||||
#define BOOTMAGIC_LITE_ROW 0
|
||||
#define BOOTMAGIC_LITE_COLUMN 13
|
||||
|
@@ -4,6 +4,9 @@
|
||||
"pid": "0x6509",
|
||||
"device_version": "0.0.2"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [0, 13]
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "bootloadhid"
|
||||
}
|
||||
|
Reference in New Issue
Block a user