This commit is contained in:
Chow Castro, Marcos 2022-09-16 16:17:02 +02:00
parent d7618bb14e
commit 8f3baf4cbf

View file

@ -35,7 +35,7 @@
#define DE_PLUS &kp RBKT // + #define DE_PLUS &kp RBKT // +
#define DE_GRAVE &kp PLUS // ` #define DE_GRAVE &kp PLUS // `
#define DE_HASH &kp BSLH // # #define DE_HASH &kp BSLH // #
#define DE_TILDE &kp LA(DE_PLUS) // ~ #define DE_TILDE &kp LA(RBKT) // ~
#define DE_PIPE &kp LA(GRAVE) // "|" #define DE_PIPE &kp LA(GRAVE) // "|"
#define DE_BSLH &kp LA(DE_SS) // \ #define DE_BSLH &kp LA(DE_SS) // \
#define DE_QUESTION &kp LS(DE_SS) // ? #define DE_QUESTION &kp LS(DE_SS) // ?