Skip to content

Commit

Permalink
correct character
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-commits committed Dec 15, 2020
1 parent 51cf2d0 commit 2e26a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/keyboard/NeoReportParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ const uint16_t NeoReportParser::neoMapL5[] PROGMEM = {
0, 0, 0, 0, 0xA0, 0x2011, 0x1FFE, 0x3C2,

//KEY_RIGHT_BRACE KEY_BACKSLASH KEY_NON_US_NUM KEY_SEMICOLON KEY_QUOTE KEY_TILDE KEY_COMMA KEY_PERIOD
0x1FBF, 0, 0, 0x3B4, 0x3C5, 0x2DE, 0x3F1, 0x3C5,
0x1FBF, 0, 0, 0x3B4, 0x3C5, 0x2DE, 0x3F1, 0x3D1,

//KEY_SLASH KEY_CAPS_LOCK KEY_F1 KEY_F2 KEY_F3 KEY_F4 KEY_F5 KEY_F6
0x3B8, 0, 0, 0, 0, 0, 0, 0,
Expand Down

0 comments on commit 2e26a0c

Please sign in to comment.