~ruther/qmk_firmware

ref: a0c99e34312e83c59066a69147a902958966ba05 qmk_firmware/users/sigul/config.h -rw-r--r-- 824 bytes
a0c99e34 — gskygithub [Keyboard] Add Projectd/65/Projectd_65_ansi (#21520) 1 year, 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#pragma once

// My custom configurations
#define TAPPING_TOGGLE 3 // enable tapping toggle, used to lock level with a custom keycode defined by TT (in my case RAISE, LOWER and MOUSE)
#define USB_MAX_POWER_CONSUMPTION 100 // required to be able to use the keyboard with iPad

// Settings for using the keybaord as a mouse
#define MOUSEKEY_DELAY 30
// Delay between pressing a movement key and cursor movement
#define MOUSEKEY_INTERVAL 16
// Time between cursor movements
#define MOUSEKEY_MAX_SPEED  3
// Maximum cursor speed at which acceleration stops
#define MOUSEKEY_TIME_TO_MAX 40
// Time until maximum cursor speed is reached
#define MOUSEKEY_WHEEL_MAX_SPEED 0
// Maximum number of scroll steps per scroll action
#define MOUSEKEY_WHEEL_TIME_TO_MAX 0
// Time until maximum scroll speed is reached

#define MACRO_TIMER 5
Do not follow this link