|
|
@ -1,10 +1,5 @@ |
|
|
|
#include <stdint.h> |
|
|
|
#include <stdint.h> |
|
|
|
#include <stdbool.h> |
|
|
|
#include <stdbool.h> |
|
|
|
#include "action.h" |
|
|
|
|
|
|
|
#include "action_layer.h" |
|
|
|
|
|
|
|
#include "action_tapping.h" |
|
|
|
|
|
|
|
#include "keycode.h" |
|
|
|
|
|
|
|
#include "timer.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef DEBUG_ACTION |
|
|
|
#ifdef DEBUG_ACTION |
|
|
|
# include "debug.h" |
|
|
|
# include "debug.h" |
|
|
@ -12,6 +7,12 @@ |
|
|
|
# include "nodebug.h" |
|
|
|
# include "nodebug.h" |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "action.h" |
|
|
|
|
|
|
|
#include "action_layer.h" |
|
|
|
|
|
|
|
#include "action_tapping.h" |
|
|
|
|
|
|
|
#include "keycode.h" |
|
|
|
|
|
|
|
#include "timer.h" |
|
|
|
|
|
|
|
|
|
|
|
#ifndef NO_ACTION_TAPPING |
|
|
|
#ifndef NO_ACTION_TAPPING |
|
|
|
|
|
|
|
|
|
|
|
# define IS_TAPPING() !IS_NOEVENT(tapping_key.event) |
|
|
|
# define IS_TAPPING() !IS_NOEVENT(tapping_key.event) |
|
|
|