diff options
author | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
commit | 7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (patch) | |
tree | 420f8e7829b46bf43b5dbafc46f0a72f644e9588 /users/art/config.h | |
parent | 392a85e1f6fefd549cd52945ab1447a2d6901484 (diff) |
remove userspace declarations
Diffstat (limited to 'users/art/config.h')
-rw-r--r-- | users/art/config.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/users/art/config.h b/users/art/config.h deleted file mode 100644 index 78c7851c65..0000000000 --- a/users/art/config.h +++ /dev/null @@ -1,14 +0,0 @@ -// Copyright 2022 Artjoms Rizihs (@artjomsR) -// SPDX-License-Identifier: GPL-2.0-or-later - -#pragma once - -#undef TAPPING_TOGGLE -#define TAPPING_TOGGLE 2 - -#define COMBO_SHOULD_TRIGGER - -// saving space -#define LAYER_STATE_16BIT // remove if using more than 16 layers -#define NO_ACTION_ONESHOT -#define NO_MUSIC_MODE
\ No newline at end of file |