* Initial tidying up of top level helix/ directory Align readme.md with template & provide more detailed PCB information Remove unused rules.mk Add common config.h file Update glcdfont.c with formatting and license header * Further migrations after PRs merged Move shared configuration to top level info.json and config.h More descriptive hardware compatibility * Add changelog * Align configuration between PCBs - Migrate beta & pico to use RGB Matrix - Move previously RGB Matrix-dependent OLED code in rev3/rev3.c to top level - Remove reundant OLED code in beta/beta.c - Remove RGBLight references * Update changelog with RGB Matrix configuration
40 lines
840 B
JSON
40 lines
840 B
JSON
{
|
|
"manufacturer": "Yushakobo",
|
|
"maintainer": "MakotoKurauchi",
|
|
"build": {
|
|
"lto": true
|
|
},
|
|
"development_board": "promicro",
|
|
"diode_direction": "COL2ROW",
|
|
"features": {
|
|
"bootmagic": true,
|
|
"extrakey": true,
|
|
"mousekey": true,
|
|
"oled": true,
|
|
"rgb_matrix": true
|
|
},
|
|
"rgb_matrix": {
|
|
"animations": {
|
|
"breathing": true,
|
|
"cycle_left_right": true,
|
|
"cycle_pinwheel": true,
|
|
"multisplash": true,
|
|
"solid_splash": true
|
|
},
|
|
"driver": "ws2812",
|
|
"max_brightness": 150,
|
|
"sleep": true
|
|
},
|
|
"split": {
|
|
"enabled": true,
|
|
"serial": {
|
|
"pin": "D2"
|
|
}
|
|
},
|
|
"usb": {
|
|
"vid": "0x3265"
|
|
},
|
|
"ws2812": {
|
|
"pin": "D3"
|
|
}
|
|
}
|