mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-11-07 12:09:58 -05:00
fixed ß combo
This commit is contained in:
parent
deaa3908ea
commit
962ef9a0aa
4 changed files with 1 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -8,7 +8,6 @@
|
|||
# Firmware files
|
||||
*.hex
|
||||
*.bin
|
||||
*.uf2
|
||||
|
||||
# clangd
|
||||
compile_commands.json
|
||||
|
|
|
|||
BIN
callmemero_totem.uf2
Normal file
BIN
callmemero_totem.uf2
Normal file
Binary file not shown.
|
|
@ -29,5 +29,5 @@ for more options.
|
|||
//#define NO_ACTION_TAPPING
|
||||
//#define NO_MUSIC_MODE
|
||||
|
||||
#define COMBO_COUNT 31
|
||||
#define COMBO_COUNT 50
|
||||
#define COMBO_MUST_TAP_PER_COMBO
|
||||
|
|
|
|||
|
|
@ -165,7 +165,6 @@ combo_t key_combos[COMBO_COUNT] = {
|
|||
COMBO(sz_combo, RALT(KC_S))
|
||||
};
|
||||
|
||||
|
||||
// ┌─────────────────────────────────────────────────┐
|
||||
// │ d e f i n e k e y o v e r r i d e s │
|
||||
// └─────────────────────────────────────────────────┘
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue