mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +01:00
No need to escape these...
This commit is contained in:
parent
647f2b9f1f
commit
674687554d
@ -19,8 +19,8 @@ static uint8_t char_to_kc[] =
|
|||||||
{
|
{
|
||||||
/* Some shifted stuff */
|
/* Some shifted stuff */
|
||||||
['\"'] = MATRIX(7, 3) | SHIFT,
|
['\"'] = MATRIX(7, 3) | SHIFT,
|
||||||
['\?'] = MATRIX(1, 3) | SHIFT,
|
['?'] = MATRIX(1, 3) | SHIFT,
|
||||||
['\!'] = MATRIX(7, 0) | SHIFT,
|
['!'] = MATRIX(7, 0) | SHIFT,
|
||||||
|
|
||||||
/* CUD */
|
/* CUD */
|
||||||
/* F5 */
|
/* F5 */
|
||||||
|
Loading…
Reference in New Issue
Block a user