From 99f621ec74e5e54d237aa731005bad925c75f950 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 10 May 2022 23:08:47 +0200 Subject: Format config.h --- aktersnurra/config.h | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) (limited to 'aktersnurra') 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 . // 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 . // 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 -- cgit v1.2.3-70-g09d2