feature: layout command to change between us and fr layouts

This commit is contained in:
2025-04-18 13:56:11 +02:00
parent a14cc5df28
commit 65f08e3887
5 changed files with 53 additions and 2 deletions

View File

@ -9,4 +9,5 @@ void help_cmd(char *arg);
void reboot_cmd(char *arg);
void heap_cmd(char *arg);
void clear_cmd(char *arg);
void merdella_cmd(char *arg);
void merdella_cmd(char *arg);
void layout_cmd(char *arg);