change default program to exit on EXIT key (why was it SHIFT wtf ?)

This commit is contained in:
Potter360 2024-04-02 16:43:00 +02:00
parent 3fdf8ee670
commit bce2495c00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
int main(void)
{
while(!keydown(KEY_SHIFT))
while(!keydown(KEY_EXIT))
{
dclear(C_WHITE);
dprintf(1,1,C_BLACK,"~~ welcome to omega ~~");