There was an error while loading. Please reload this page.
2 parents a258525 + 99c6f47 commit 1d86953Copy full SHA for 1d86953
2 files changed
.gitignore
@@ -17,6 +17,7 @@ media.tar.gz
17
/.vscode/settings.json
18
.DS_Store
19
utilities/font/out
20
+*.bz2
21
22
# nix related
23
result
src/core/ht.c
@@ -227,7 +227,7 @@ void ht_init() {
227
228
if (TARGET_GOGGLE == getTargetType()) {
229
ht_data.tiltInverse = 1;
230
- } else if (TARGET_GOGGLE == getTargetType()) {
+ } else if (TARGET_BOXPRO == getTargetType()) {
231
ht_data.tiltInverse = -1;
232
}
233
0 commit comments