You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
196 B

#pragma once
#ifdef TAP_DANCE_ENABLE
# include "tap_dances.h"
#endif
#include "quantum.h"
#undef TAPPING_TERM
#define TAPPING_TERM 150
// Keys
#define D_NAVI MT(MOD_LCTL | MOD_LSFT, KC_D)