Skip to content

Commit 1d86953

Browse files
authored
Merge pull request #545 from ligenxxxx/fix-boxpro-roll-update
[boxpro]fix ht roll update
2 parents a258525 + 99c6f47 commit 1d86953

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ media.tar.gz
1717
/.vscode/settings.json
1818
.DS_Store
1919
utilities/font/out
20+
*.bz2
2021

2122
# nix related
2223
result

src/core/ht.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ void ht_init() {
227227

228228
if (TARGET_GOGGLE == getTargetType()) {
229229
ht_data.tiltInverse = 1;
230-
} else if (TARGET_GOGGLE == getTargetType()) {
230+
} else if (TARGET_BOXPRO == getTargetType()) {
231231
ht_data.tiltInverse = -1;
232232
}
233233

0 commit comments

Comments
 (0)