~ruther/qmk_firmware

ref: c80fa1c6f92fcb697aae25fd2713fec19e2e13ad qmk_firmware/keyboards/zsa/moonlander/keymaps/rutherther/features/cz_accent.h -rw-r--r-- 588 bytes
c80fa1c6 — Rutherther feat: split cz accented feature 9 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdint.h>
#include "quantum.h"

// Type czech caret and acute symbols.
// Uses czech programmer/coder layer from OS.

// When acute or caret keycode is held, the layer will be switched to
// plain_layer, if it's not equal to -1. This is a hack for not having
// to care about tap hold, tap dance characters.

bool process_czech_acute(uint16_t keycode, keyrecord_t* record,
                         uint16_t acute_keycode, int8_t plain_layer);

bool process_czech_caret(uint16_t keycode, keyrecord_t* record,
                         uint16_t caret_keycode, int8_t plain_layer);
Do not follow this link