Update dependencies in Devices/ and remove "useDeprecatedHal" (#599)
- Updated dependencies in `Devices/`: remove unused ones, update incorrect ones - Removed `dependencies.useDeprecatedHal` from device properties (and related scripting/code)
This commit is contained in:
committed by
GitHub
parent
acb2f1d4c7
commit
de6fc3b346
@@ -77,12 +77,6 @@ menu "Tactility App"
|
||||
config TT_TDECK_WORKAROUND
|
||||
bool "Temporary work-around until we fix the T-Deck keyboard and trackball settings"
|
||||
default n
|
||||
config TT_USE_DEPRECATED_HAL
|
||||
bool "When set to false, it ensures an empty tt::hal::hardwareConfig is made automatically"
|
||||
default y
|
||||
help
|
||||
This allows for migrating projects that don't use the old HAL.
|
||||
When set to 'n', the project has an option to not depend on Tactility and can depend on TactilityKernel instead.
|
||||
choice TT_USER_DATA_LOCATION
|
||||
prompt "User Data Location"
|
||||
default TT_USER_DATA_LOCATION_INTERNAL
|
||||
|
||||
Reference in New Issue
Block a user