settings: better ordering of settings

This commit is contained in:
Peter F. Patel-Schneider 2022-04-27 15:01:29 -04:00
parent 4c46b1fcc2
commit 5a103927ec
1 changed files with 2 additions and 2 deletions

View File

@ -1158,8 +1158,8 @@ SETTINGS = [
HiresMode, # simple HiresMode, # simple
SmartShift, # working SmartShift, # working
SmartShiftEnhanced, # simple SmartShiftEnhanced, # simple
ThumbMode, # working
ThumbInvert, # working ThumbInvert, # working
ThumbMode, # working
OnboardProfiles, OnboardProfiles,
ReportRate, # working ReportRate, # working
PointerSpeed, # simple PointerSpeed, # simple
@ -1177,8 +1177,8 @@ SETTINGS = [
PersistentRemappableAction, PersistentRemappableAction,
DivertKeys, # working DivertKeys, # working
DisableKeyboardKeys, # working DisableKeyboardKeys, # working
DivertCrown, # working
CrownSmooth, # working CrownSmooth, # working
DivertCrown, # working
DivertGkeys, # working DivertGkeys, # working
MKeyLEDs, # working MKeyLEDs, # working
MRKeyLED, # working MRKeyLED, # working