home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

config.h (597B)


      1 #ifndef CONFIG_SBR_H
      2 #define CONFIG_SBR_H
      3 
      4 #include "../../config.h"
      5 
      6 #undef MOUSEKEY_DELAY
      7 #define MOUSEKEY_DELAY 0
      8 
      9 #undef MOUSEKEY_WHEEL_DELAY
     10 #define MOUSEKEY_WHEEL_DELAY 0
     11 
     12 #define ONESHOT_TAP_TOGGLE 2
     13 #define ONESHOT_TIMEOUT 3000
     14 
     15 #undef LOCKING_SUPPORT_ENABLE
     16 #undef LOCKING_RESYNC_ENABLE
     17 
     18 #undef LEADER_TIMEOUT
     19 #define LEADER_TIMEOUT 1000
     20 
     21 /* ws2812 RGB LED */
     22 #define RGB_DI_PIN D7
     23 #define RGBLIGHT_ANIMATIONS
     24 #define RGBLED_NUM 15     // Number of LEDs
     25 #define RGBLIGHT_HUE_STEP 12
     26 #define RGBLIGHT_SAT_STEP 255
     27 #define RGBLIGHT_VAL_STEP 12
     28 
     29 #define RGB_MIDI
     30 #define RGBW_BB_TWI
     31 
     32 #endif