diff options
| author | Joel Challis | 2023-11-26 19:36:45 +0100 |
|---|---|---|
| committer | GitHub | 2023-11-26 19:36:45 +0100 |
| commit | 1ed03f498fa204178c2696c510ac6a2cd8524e2d (patch) | |
| tree | b97c1f983b7e4b57c007d0feedadd3ad3e39062b /users/art/config.h | |
| parent | 4908d4b1ca260efecf3613e6517aa3a6f2034876 (diff) | |
Remove userspace keymaps (#22544)
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 |