From bc93beef278f5d8b326f60448985f916493b2bb8 Mon Sep 17 00:00:00 2001 From: Fisch Date: Fri, 18 Oct 2024 11:47:36 +0200 Subject: [PATCH] add `character --- brotherax240_cntrl/src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/brotherax240_cntrl/src/main.cpp b/brotherax240_cntrl/src/main.cpp index 4415538..bb7d001 100644 --- a/brotherax240_cntrl/src/main.cpp +++ b/brotherax240_cntrl/src/main.cpp @@ -379,6 +379,8 @@ void sendChar(char c,char c2) { //c2 =0 for 1 byte characters keypress[1]=32; keypress[4]=8; //CODE + X }else if (c2==179){ // ³ keypress[1]=32; keypress[4]=16; //CODE + V + }else if (c2==180){ // ´ + keypress[8]=4; // ´ (Does not advance after printing this key) } }else if(c>=32){ //not recognized character (everything else) and not a control command if (!waitFormatChar) {