From 7bacb1c173e548d9cd949923e468dffdca159384 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 13 Jul 2024 11:44:35 +0200 Subject: [PATCH] feat: only dedicated accent/caret symbols produce accented/careted output --- .../zsa/moonlander/keymaps/rutherther/features/cz_accent.c | 2 +- keyboards/zsa/moonlander/keymaps/rutherther/keymap.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c b/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c index aa1f45d529..f10c54c4aa 100644 --- a/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c +++ b/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c @@ -2,7 +2,7 @@ #include "keymap_czech.h" const uint16_t cz_acute_keycodes[] = { - KC_A, KC_E, KC_I, KC_O, KC_U + KC_A, KC_E, KC_I, KC_O, KC_U, KC_Y }; const uint8_t NUM_ACUTE_KEYCODES = sizeof(cz_acute_keycodes) / sizeof(uint16_t); diff --git a/keyboards/zsa/moonlander/keymaps/rutherther/keymap.c b/keyboards/zsa/moonlander/keymaps/rutherther/keymap.c index 02519f560e..06de83f68b 100644 --- a/keyboards/zsa/moonlander/keymaps/rutherther/keymap.c +++ b/keyboards/zsa/moonlander/keymaps/rutherther/keymap.c @@ -1,6 +1,4 @@ #include QMK_KEYBOARD_H -#include "version.h" -#include "keymap_czech.h" #include "features/layer_lock.h" #include "features/cz_accent.h" -- 2.48.1