feat: compound chording actions

This commit is contained in:
2023-12-06 01:19:01 +01:00
parent 1d53f6df7a
commit 846183bbb1
5 changed files with 35 additions and 21 deletions

View File

@@ -90,6 +90,10 @@ const config: IconsConfig = {
"timer",
"target",
"download",
"download_2",
"upload_2",
"stat_minus_2",
"stat_2",
],
codePoints: {
speed: "e9e4",
@@ -104,6 +108,10 @@ const config: IconsConfig = {
upload_file: "e9fc",
no_sound: "e710",
sentiment_extremely_dissatisfied: "f194",
download_2: "f523",
upload_2: "ff52",
stat_minus_2: "e69c",
stat_2: "e699",
},
}