~ruther/qmk_firmware

7bacb1c173e548d9cd949923e468dffdca159384 — Rutherther 8 months ago 46d523c
feat: only dedicated accent/caret symbols produce accented/careted output
M keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c => keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.c +1 -1
@@ 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);


M keyboards/zsa/moonlander/keymaps/rutherther/keymap.c => keyboards/zsa/moonlander/keymaps/rutherther/keymap.c +0 -2
@@ 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"


Do not follow this link