This commit is contained in:
Chow Castro, Marcos 2022-09-16 16:10:10 +02:00
parent b2f7c716db
commit 7cf16e6431

View file

@ -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 {{{