~ruther/qmk_firmware

ref: 5c84d935f992d98803b92b89a39e4a878f054ebb qmk_firmware/keyboards/sofle/keymaps/michal/config.h -rw-r--r-- 442 bytes
5c84d935 — Habib [Keyboard] Add mntre_v3 (#22739) 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// 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
Do not follow this link