1
0
Fork 0

Merge pull request #195 from krid78/master

fixes an obvious typo to have DE_LCBR produce {
This commit is contained in:
Jack Humbert 2016-03-14 13:42:23 -04:00
commit 914f1d6f98

View file

@ -87,7 +87,7 @@
// Alt-ed characters
#define DE_SQ2 LALT(KC_2) // ²
#define DE_SQ3 LALT(KC_3) // ³
#define DE_LCBR LALT(KC_7) // {
#define DE_LCBR LALT(KC_8) // {
#define DE_LBRC LALT(KC_5) // [
#define DE_RBRC LALT(KC_6) // ]
#define DE_RCBR LALT(KC_9) // }