pe: disable π input (which freezes)

This commit is contained in:
Lephenixnoir 2022-12-19 08:37:19 +01:00
parent da416f067f
commit e001880d5b
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ uint32_t keymap_translate(int key, bool shift, bool alpha)
if(key == KEY_SUB) return ']';
if(key == KEY_DOT) return '=';
if(key == KEY_0) return ':';
if(key == KEY_EXP) return 0x3c0; // 'π'
// if(key == KEY_EXP) return 0x3c0; // 'π'
}
if(!shift && alpha) {
/* The first 3 rows have no useful characters */