This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2021-01-30 13:11:33 -08:00

14 lines
196 B
C

#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)