From a1acf75e3f0634e78188a3f8877d3b796964971f Mon Sep 17 00:00:00 2001 From: "Chow Castro, Marcos" Date: Fri, 16 Sep 2022 16:00:30 +0200 Subject: [PATCH] test --- config/corne.keymap | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/corne.keymap b/config/corne.keymap index ea8fca7..3726c22 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -35,12 +35,12 @@ #define DE_PLUS &kp RBKT // + #define DE_GRAVE &kp PLUS // ` #define DE_HASH &kp BSLH // # -#define DE_TILDE LA(DE_PLUS) // ~ -// #define DE_PIPE LA(GRAVE) // "|" -// #define DE_BSLH LA(DE_SS) // \ -// #define DE_QUESTION LS(DE_SS) // ? -// #define DE_AT LA(Q) // @ -// #define DE_AMPS &kp CARET // & +#define DE_TILDE &kp LA(DE_PLUS) // ~ +#define DE_PIPE &kp LA(GRAVE) // "|" +#define DE_BSLH &kp LA(DE_SS) // \ +#define DE_QUESTION &kp LS(DE_SS) // ? +#define DE_AT &kp LA(Q) // @ +#define DE_AMPS &kp CARET // & // &kp PLUS = ` // &kp GRAVE = <