Skip to content

Instantly share code, notes, and snippets.

View asmand's full-sized avatar

Andreas Finne asmand

View GitHub Profile
@asmand
asmand / keymap.c
Created March 25, 2020 01:50
QMK keyboard - Swedish characters on US layout on macOS
enum custom_keycodes {
.
.
.
SE_AA,
SE_AE,
SE_OE
};
char *swedish_codes[][2] = {