Skip to content

Commit

Permalink
Improve basic configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Electronicks committed Mar 23, 2021
1 parent d868ca5 commit b5018a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions JoyShockMapper/.clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: false
Expand Down Expand Up @@ -125,7 +125,7 @@ SpacesInConditionalStatement: false
SpacesInContainerLiterals: true
SpacesInParentheses: false
SpacesInSquareBrackets: false
Standard: Cpp11
Standard: Cpp17
StatementMacros:
- Q_UNUSED
- QT_REQUIRE_VERSION
Expand Down
4 changes: 2 additions & 2 deletions dist/GyroConfigs/Desktop.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ SCROLL_SENS = 60
# Button pad is common buttons
S = ENTER
W = SPACE
N = CONTEXT
N = BACKSPACE
E = ESC GYRO_OFF

+ = LALT\ !TAB # Task view
+ = LALT\ !TAB\ # Task view
- = CONTROL\ LWINDOWS\ O\ # On Screen Keyboard
HOME = LWINDOWS # Start Menu
HOME,HOME = LWINDOWS\ D\ # Minimize All
Expand Down
2 changes: 1 addition & 1 deletion dist/OnStartup.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Edit this file to your prefered settings on startup

GyroConfigs/Desktop.txt # Load a configuration to navigate the OS
#GyroConfigs/Desktop.txt # Load a configuration to navigate the OS

# Uncomment the following three lines to calibrate all your devices at startup
#RESTART_GYRO_CALIBRATION
Expand Down

0 comments on commit b5018a8

Please sign in to comment.