Skip to content

Commit

Permalink
Merge pull request tmk#195 from krid78/master
Browse files Browse the repository at this point in the history
fixes an obvious typo to have DE_LCBR produce {
  • Loading branch information
jackhumbert committed Mar 14, 2016
2 parents f2cf3f3 + bfc6eca commit 914f1d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quantum/keymap_extras/keymap_german_osx.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define DE_Z KC_Y
#define DE_Y KC_Z

#define DE_A KC_A
#define DE_A KC_A
#define DE_B KC_B
#define DE_C KC_C
#define DE_D KC_D
Expand Down Expand Up @@ -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) // }
Expand Down

0 comments on commit 914f1d6

Please sign in to comment.