From 509042cd79bb64a30922a1f2fadecaf5d20bb336 Mon Sep 17 00:00:00 2001 From: jakobst1n Date: Mon, 7 Oct 2024 22:38:49 +0200 Subject: Change to NO OS layout --- config/includes/common.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'config/includes/common.h') diff --git a/config/includes/common.h b/config/includes/common.h index 4a2daac..1038bee 100644 --- a/config/includes/common.h +++ b/config/includes/common.h @@ -24,6 +24,34 @@ quick-tap-ms = ; }; +// Norwegian specific keycodes +#define NB_GT LS(NON_US_BSLH) +#define NB_LT NON_US_BSLH +#define NB_DLLR RA(N4) +#define NB_AT RA(N2) +#define NB_BSLH EQUAL +#define NB_MINUS FSLH +#define NB_UNDER LS(NB_MINUS) +#define NB_PIPE GRAVE +#define NB_PLUS MINUS +#define NB_EQUAL RPAR +#define NB_STAR PIPE +#define NB_CARET RBRC +#define NB_AMPS CARET +#define NB_FSLH LS(N7) +#define NB_QST LS(MINUS) +#define NB_DQT LS(N2) +#define NB_SQT NON_US_HASH +#define NB_LTICK LS(EQUAL) +#define NB_RTICK RA(EQUAL) +#define NB_TILD RA(RBKT) + +#define NB_LPAR LS(N8) +#define NB_RPAR LS(N9) +#define NB_LBKT RA(N8) +#define NB_RBKT RA(N9) +#define NB_LBRC RA(N7) +#define NB_RBRC RA(N0) // Some general behaviours that are slightly tweaked from the core / { -- cgit v1.2.3