|
|
@ -30,6 +30,7 @@
|
|
|
|
#define DV_L KC_P
|
|
|
|
#define DV_L KC_P
|
|
|
|
#define DV_SLSH KC_LBRC
|
|
|
|
#define DV_SLSH KC_LBRC
|
|
|
|
#define DV_EQL KC_RBRC
|
|
|
|
#define DV_EQL KC_RBRC
|
|
|
|
|
|
|
|
#define DV_BSLS KC_BSLS
|
|
|
|
|
|
|
|
|
|
|
|
#define DV_A KC_A
|
|
|
|
#define DV_A KC_A
|
|
|
|
#define DV_O KC_S
|
|
|
|
#define DV_O KC_S
|
|
|
@ -68,7 +69,13 @@
|
|
|
|
#define DV_RPRN LSFT(DV_0)
|
|
|
|
#define DV_RPRN LSFT(DV_0)
|
|
|
|
#define DV_LCBR LSFT(DV_LBRC)
|
|
|
|
#define DV_LCBR LSFT(DV_LBRC)
|
|
|
|
#define DV_RCBR LSFT(DV_RBRC)
|
|
|
|
#define DV_RCBR LSFT(DV_RBRC)
|
|
|
|
#define DV_UNDS LSFT(DV_MINS)
|
|
|
|
|
|
|
|
|
|
|
|
#define DV_QUES LSFT(DV_SLSH)
|
|
|
|
#define DV_PLUS LSFT(DV_EQL)
|
|
|
|
#define DV_PLUS LSFT(DV_EQL)
|
|
|
|
|
|
|
|
#define DV_PIPE LSFT(DV_BSLS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define DV_UNDS LSFT(DV_MINS)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#define DV_COLN LSFT(DV_SCLN)
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|