1
0
Fork 0

Move Bootmagic config to data driven (#19860)

This commit is contained in:
Ryan 2023-02-17 08:49:49 +11:00 committed by GitHub
parent 7fad94ba2d
commit d784f78bd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
281 changed files with 458 additions and 700 deletions

View file

@ -36,6 +36,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1

View file

@ -23,6 +23,9 @@
"pid": "0x0060",
"vid": "0x414C"
},
"bootmagic": {
"matrix": [0, 1]
},
"layouts": {
"LAYOUT_all": {
"layout": [

View file

@ -42,9 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define ENCODERS_PAD_B { C2 }
#define ENCODER_RESOLUTION 4 //default/suggested
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1
#define RGB_DI_PIN C0
#ifdef RGB_DI_PIN
#define RGBLIGHT_EFFECT_BREATHING

View file

@ -8,6 +8,9 @@
"pid": "0x5575",
"device_version": "0.0.3"
},
"bootmagic": {
"matrix": [0, 1]
},
"processor": "atmega32a",
"bootloader": "usbasploader",
"layouts": {

View file

@ -38,9 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define LED_CAPS_LOCK_PIN D4
#define LED_PIN_ON_STATE 0
#define BOOTMAGIC_LITE_ROW 0
#define BOOTMAGIC_LITE_COLUMN 1
#define RGB_DI_PIN D5
#ifdef RGB_DI_PIN
#define RGBLIGHT_EFFECT_BREATHING

View file

@ -8,6 +8,9 @@
"pid": "0x0080",
"device_version": "0.0.1"
},
"bootmagic": {
"matrix": [0, 1]
},
"processor": "atmega32a",
"bootloader": "usbasploader",
"layouts": {