qmk-config

qmk configs for my open-source keyboards

git clone https://9o.is/git/qmk-config.git

config.h

(470B)


      1 #pragma once
      2 
      3 #define SOFT_SERIAL_PIN D2
      4 #define SPLIT_USB_DETECT
      5 #define TAPPING_TERM 160
      6 #define TAPPING_TERM_PER_KEY
      7 #define QUICK_TAP_TERM 120
      8 #define PERMISSIVE_HOLD
      9 #define ACHORDION_STREAK
     10 #define NKRO_DEFAULT_ON true
     11 
     12 // Mouse key speed and acceleration.
     13 #define MOUSEKEY_DELAY          0
     14 #define MOUSEKEY_MOVE_DELTA     4
     15 #define MOUSEKEY_INTERVAL       16
     16 #define MOUSEKEY_WHEEL_DELAY    0
     17 #define MOUSEKEY_MAX_SPEED      10
     18 #define MOUSEKEY_TIME_TO_MAX    15