1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-03-11 04:42:20 +00:00

Adjust keyboard map slightly.

This commit is contained in:
Thomas Harte
2025-09-20 21:35:01 -04:00
parent 719a090b34
commit 5e78ac3af5

View File

@@ -52,11 +52,13 @@ private:
{Key::Hyphen, 0x17},
{Key::Equals, 0x18},
{Key::Quote, 0x69},
{Key::BackTick, 0x69},
{Key::OpenSquareBracket, 0x38},
{Key::CloseSquareBracket, 0x58},
{Key::Semicolon, 0x48},
{Key::Semicolon, 0x57},
{Key::Quote, 0x48},
{Key::Enter, 0x49},
{Key::Backspace, 0x59},