From 7cf16e6431319c885be532739fac1ba8173b9925 Mon Sep 17 00:00:00 2001 From: "Chow Castro, Marcos" Date: Fri, 16 Sep 2022 16:10:10 +0200 Subject: [PATCH] test --- config/corne.keymap | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/corne.keymap b/config/corne.keymap index 5ca9f5c..82a2411 100644 --- a/config/corne.keymap +++ b/config/corne.keymap @@ -35,10 +35,10 @@ #define DE_PLUS &kp RBKT // + #define DE_GRAVE &kp PLUS // ` #define DE_HASH &kp BSLH // # -#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_TILDE &kp LA(RBKT) // ~ +#define DE_PIPE &kp LA(PLUS) // "|" +#define DE_BSLH &kp LA(MINUS) // \ +#define DE_QUESTION &kp LS(MINUS) // ? #define DE_AT &kp LA(Q) // @ #define DE_AMPS &kp CARET // & // ### ejemplos {{{