Move Bootmagic config to data driven (#19860)
This commit is contained in:
@@ -37,7 +37,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define DIODE_DIRECTION COL2ROW
|
||||
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
||||
/* Bootmagic Lite key configuration, Backspace */
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 14
|
||||
|
@@ -6,6 +6,9 @@
|
||||
"vid": "0x4D4C",
|
||||
"pid": "0x0675"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [1, 14]
|
||||
},
|
||||
"layout_aliases": {
|
||||
"LAYOUT": "LAYOUT_split_bs",
|
||||
"LAYOUT_all": "LAYOUT_split_bs"
|
||||
|
@@ -41,7 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define BACKLIGHT_PIN D4
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define BACKLIGHT_BREATHING
|
||||
|
||||
/* Bootmagic Lite key configuration, Backspace */
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 14
|
||||
|
@@ -42,7 +42,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define BACKLIGHT_LEVELS 5
|
||||
#define BACKLIGHT_PWM_DRIVER PWMD4
|
||||
#define BACKLIGHT_BREATHING
|
||||
|
||||
/* Bootmagic Lite key configuration, Backspace */
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 14
|
@@ -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"
|
||||
}
|
||||
|
@@ -60,7 +60,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_RGB_TEST
|
||||
#define RGBLIGHT_EFFECT_ALTERNATING
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
|
||||
/* Bootmagic Lite key configuration */
|
||||
#define BOOTMAGIC_LITE_ROW 1
|
||||
#define BOOTMAGIC_LITE_COLUMN 14
|
||||
|
@@ -8,6 +8,9 @@
|
||||
"pid": "0xD180",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [1, 14]
|
||||
},
|
||||
"processor": "atmega32a",
|
||||
"bootloader": "usbasploader",
|
||||
"layouts": {
|
||||
|
Reference in New Issue
Block a user