summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-05-10 23:08:47 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-05-10 23:08:47 +0200
commit99f621ec74e5e54d237aa731005bad925c75f950 (patch)
tree7d742fe2644db50697c4fe9848697a26c97f69a3
parentebefed97840212fe9fe0d92e638204e0ab6cd9e9 (diff)
Format config.h
-rw-r--r--aktersnurra/config.h16
1 files changed, 9 insertions, 7 deletions
diff --git a/aktersnurra/config.h b/aktersnurra/config.h
index 5d13cc5..9b2c415 100644
--- a/aktersnurra/config.h
+++ b/aktersnurra/config.h
@@ -20,10 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// assuming a screen refresh rate of 60 Htz or higher
// The default is 50. This makes the mouse ~3 times faster and more accurate
#define MOUSEKEY_INTERVAL 16
-// The default is 20. Since we made the mouse about 3 times faster with the previous setting,
-// give it more time to accelerate to max speed to retain precise control over short distances.
+// The default is 20. Since we made the mouse about 3 times faster with the
+// previous setting, give it more time to accelerate to max speed to retain
+// precise control over short distances.
#define MOUSEKEY_TIME_TO_MAX 40
-// The default is 300. Let's try and make this as low as possible while keeping the cursor responsive
+// The default is 300. Let's try and make this as low as possible while keeping
+// the cursor responsive
#define MOUSEKEY_DELAY 100
// It makes sense to use the same delay for the mouseweel
#define MOUSEKEY_WHEEL_DELAY 100
@@ -40,8 +42,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Underglow configuration
#ifdef RGBLIGHT_ENABLE
- #define RGBLIGHT_ANIMATIONS
- #define RGBLIGHT_HUE_STEP 8
- #define RGBLIGHT_SAT_STEP 8
- #define RGBLIGHT_VAL_STEP 8
+#define RGBLIGHT_ANIMATIONS
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
#endif