blob: ddbf0ab667a53c690bee826522e53e23b03f09fc (
plain)
1
2
3
4
5
6
7
8
9
10
|
#pragma once
#define GRAVE_ESC_ALT_OVERRIDE
/* disable features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION
|