diff options
| author | Michael Grote | 2024-03-20 18:08:17 +0100 |
|---|---|---|
| committer | Michael Grote | 2024-08-05 14:44:36 +0200 |
| commit | bb9e940f12901fc2b76afd30a19d31db85af44fc (patch) | |
| tree | 9b196d430a2fd36e261cfdc7bfc9e2cc3f86a6af | |
| parent | c9dd3d7f76e4b2579bf0cbe55579b7dec0e5ecea (diff) | |
ferris, skeletyl: fix combo syntax
| -rw-r--r-- | keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/ferris/keymaps/quotengrote/keymap.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c index f44e9ea0b4..cf1aeb1798 100644 --- a/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c +++ b/keyboards/bastardkb/skeletyl/keymaps/quotengrote/keymap.c @@ -45,7 +45,7 @@ enum combos { C_KK, C_ESC, C_MED, - C_SV // Strg + S + C_SV, // Strg + S C_WE // Windows Explorer }; diff --git a/keyboards/ferris/keymaps/quotengrote/keymap.c b/keyboards/ferris/keymaps/quotengrote/keymap.c index b36ef512bd..ee963bb2cf 100644 --- a/keyboards/ferris/keymaps/quotengrote/keymap.c +++ b/keyboards/ferris/keymaps/quotengrote/keymap.c @@ -11,7 +11,7 @@ enum combos { C_KK, C_ESC, C_MED, - C_SV // Strg + S + C_SV, // Strg + S C_WE // Windows Explorer }; |