diff options
author | Joel Challis <git@zvecr.com> | 2024-02-15 09:42:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-15 09:42:01 +0000 |
commit | 5233a62b20d975140f3bc4b808ca6e74a148d54c (patch) | |
tree | aa90b523f0a82abf7cd77c2bfbb6e811110cedef /keyboards/sofle/keymaps/michal/config.h | |
parent | f8123c27ad75cbb7147618dd5cf98474b5c150e0 (diff) |
Remove obvious user keymaps, keyboards/{s,t}* edition. (#23084)
Diffstat (limited to 'keyboards/sofle/keymaps/michal/config.h')
-rw-r--r-- | keyboards/sofle/keymaps/michal/config.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/sofle/keymaps/michal/config.h b/keyboards/sofle/keymaps/michal/config.h deleted file mode 100644 index 0f326f7605..0000000000 --- a/keyboards/sofle/keymaps/michal/config.h +++ /dev/null @@ -1,17 +0,0 @@ -// Copyright 2023 Michal S. (@not-my-segfault) -// SPDX-License-Identifier: GPL-3.0-only - -#pragma once - -// I don't use too many layers, so this is more than enough -#define LAYER_STATE_8BIT - -// Saving space -#define NO_ACTION_ONESHOT -#define NO_ACTION_TAPPING -#define NO_MUSIC_MODE - -// If I recall correctly, these aren't necessary for the sofle -// so i disable them to save more space. -#undef LOCKING_SUPPORT_ENABLE -#undef LOCKING_RESYNC_ENABLE
\ No newline at end of file |