mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-15 16:22:44 +00:00
Compare commits
2 commits
8937d25792
...
7342455ffc
Author | SHA1 | Date | |
---|---|---|---|
7342455ffc | |||
2ea24cd6bb |
3 changed files with 13 additions and 0 deletions
|
@ -135,6 +135,8 @@
|
|||
"LOSEHU11[8-9].*H" : "losehu118h.json",
|
||||
"LOSEHU11[8-9].*K" : "losehu118k.json",
|
||||
"LOSEHU11[8-9].*" : "losehu118.json",
|
||||
"LOSEHU11[2-7].*K" : "losehu117k.json",
|
||||
"LOSEHU11[2-7].*" : "losehu117.json",
|
||||
".*" : "todo.json"
|
||||
}
|
||||
|
||||
|
|
5
src/drivers/losehu117.json
Normal file
5
src/drivers/losehu117.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "LoseHu 117 历史版本",
|
||||
"uart": "official",
|
||||
"charset": "official"
|
||||
}
|
6
src/drivers/losehu117k.json
Normal file
6
src/drivers/losehu117k.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"name": "LoseHu 117 历史版本扩容版",
|
||||
"uart": "losehu",
|
||||
"charset": "losehu",
|
||||
"K": true
|
||||
}
|
Loading…
Reference in a new issue