~ruther/qmk_firmware

ref: 4e7e824a73c81187cca5cc56cb0b3b51a09b75c4 qmk_firmware/keyboards/thevankeyboards/minivan/keymaps/halvves/config.h -rw-r--r-- 442 bytes
4e7e824a — RABijl Rotary numpad (#21744) 1 year, 8 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#pragma once

#define TAPPING_TERM 505
#define PERMISSIVE_HOLD
#define RETRO_TAPPING

// smooth mousekeys (copied from the ergo ez config)
#ifdef MOUSEKEY_ENABLE
  #define MOUSEKEY_INTERVAL 16
  #define MOUSEKEY_DELAY 0
  #define MOUSEKEY_TIME_TO_MAX 60
  #define MOUSEKEY_MAX_SPEED 7
  #define MOUSEKEY_WHEEL_DELAY 0
#endif

#ifdef RGBLIGHT_ENABLE
  #define WS2812_DI_PIN D0
  #define RGBLED_NUM 3
  #define RGBLIGHT_EFFECT_BREATHING
#endif
Do not follow this link