qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

config.h (467B)


      1 #pragma once
      2 
      3 /* Handedness */
      4 #define MASTER_LEFT
      5 
      6 /* Home Row Mods Configuration */
      7 #define TAPPING_TERM 200
      8 #define QUICK_TAP_TERM 0 // auto repeat isn't good for HRM
      9 
     10 /* don't enable yet until I get more comfortable with HRM */
     11 //#define PERMISSIVE_HOLD
     12 
     13 /* Native QMK Chordal Hold Logic (previously the acchordion extension) */
     14 #define CHORDAL_HOLD // enables the opposite hands rule
     15 
     16 /* caps word is a better caps lock */
     17 #define BOTH_SHIFTS_TURNS_ON_CAPS_WORD