fixed ß combo

This commit is contained in:
CallMeMero 2024-12-18 19:11:27 +01:00
parent deaa3908ea
commit 962ef9a0aa
4 changed files with 1 additions and 3 deletions

1
.gitignore vendored
View file

@ -8,7 +8,6 @@
# Firmware files # Firmware files
*.hex *.hex
*.bin *.bin
*.uf2
# clangd # clangd
compile_commands.json compile_commands.json

BIN
callmemero_totem.uf2 Normal file

Binary file not shown.

View file

@ -29,5 +29,5 @@ for more options.
//#define NO_ACTION_TAPPING //#define NO_ACTION_TAPPING
//#define NO_MUSIC_MODE //#define NO_MUSIC_MODE
#define COMBO_COUNT 31 #define COMBO_COUNT 50
#define COMBO_MUST_TAP_PER_COMBO #define COMBO_MUST_TAP_PER_COMBO

View file

@ -165,7 +165,6 @@ combo_t key_combos[COMBO_COUNT] = {
COMBO(sz_combo, RALT(KC_S)) COMBO(sz_combo, RALT(KC_S))
}; };
// ┌─────────────────────────────────────────────────┐ // ┌─────────────────────────────────────────────────┐
// │ d e f i n e k e y o v e r r i d e s │ // │ d e f i n e k e y o v e r r i d e s │
// └─────────────────────────────────────────────────┘ // └─────────────────────────────────────────────────┘