c51b2266a0
* added adnw_p_u_q-Layout * changed link * 3723 - outsource definitions to config.h * added TAPPING_TERM * changed defines and added colors * removed debug- and action_layer-Header
10 lines
264 B
C
10 lines
264 B
C
#pragma once
|
|
|
|
// This is the ideal value for me but find your own
|
|
#undef TAPPING_TERM
|
|
#define TAPPING_TERM 145
|
|
|
|
// more options here: https://docs.qmk.fm/config_options.html
|
|
#define FORCE_NKRO
|
|
#define PERMISSIVE_HOLD // tab/hold-Keys should work better with that
|