Merge pull request #4594 from german77/MotionHID

hid/configuration: Implement motion controls to HID
This commit is contained in:
bunnei 2020-09-17 12:39:01 -07:00 committed by GitHub
commit 3f6d83b27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
23 changed files with 940 additions and 156 deletions

View file

@ -76,6 +76,7 @@ void Config::ReadValues() {
}
Settings::values.vibration_enabled = true;
Settings::values.motion_enabled = true;
Settings::values.touchscreen.enabled = "";
Settings::values.touchscreen.device = "";
Settings::values.touchscreen.finger = 0;