diff options
Diffstat (limited to 'layouts/community/75_ansi/spidey3/config.h')
-rw-r--r-- | layouts/community/75_ansi/spidey3/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/community/75_ansi/spidey3/config.h b/layouts/community/75_ansi/spidey3/config.h new file mode 100644 index 0000000000..7fe098f0e8 --- /dev/null +++ b/layouts/community/75_ansi/spidey3/config.h @@ -0,0 +1,9 @@ +#pragma once + +#define NO_ACTION_ONESHOT +#define NO_ACTION_MACRO +#define NO_ACTION_FUNCTION +#undef LOCKING_SUPPORT_ENABLE + +#define LAYER_STATE_8BIT +#define MAX_LAYER 4 |