Skip to content

Commit

Permalink
Merge pull request #323 from jensweimann/master
Browse files Browse the repository at this point in the history
Fix german - and _ keys
  • Loading branch information
NicoHood authored Oct 20, 2021
2 parents 50c1c57 + 18067da commit 87267bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/KeyboardLayouts/ImprovedKeylayoutsDE.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ static const uint16_t _asciimap[] PROGMEM =
KEY_DE_PLUS|MOD_LEFT_SHIFT, // *
KEY_DE_PLUS, // +
KEY_COMMA, // ,
KEY_MINUS, // -
KEY_DE_MINUS, // -
KEY_PERIOD, // .
KEY_7|MOD_LEFT_SHIFT, // /
KEY_0, // 0
Expand Down Expand Up @@ -140,7 +140,7 @@ static const uint16_t _asciimap[] PROGMEM =
KEY_DE_SZ|MOD_RIGHT_ALT, // bslash
KEY_9|MOD_RIGHT_ALT, // ]
KEY_6|MOD_LEFT_SHIFT, // ^
KEY_MINUS|MOD_LEFT_SHIFT, // _
KEY_DE_MINUS|MOD_LEFT_SHIFT, // _
KEY_DE_ACCENT|MOD_LEFT_SHIFT, // `
KEY_A, // a
KEY_B, // b
Expand Down

0 comments on commit 87267bb

Please sign in to comment.