X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=converter%2Fpc98_usb%2Fmatrix.c;h=84a29382d52665a3c9d544b568db670596f9e4db;hb=d0b91ca319074de9e9640977c7dfae336adfba3e;hp=d03aaf10d1b3d562998c0008cbc03232225b1e9b;hpb=ea1ede83c36272ccaeb5e4d80efc3885edbb9209;p=max%2Ftmk_keyboard.git diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c index d03aaf10..84a29382 100644 --- a/converter/pc98_usb/matrix.c +++ b/converter/pc98_usb/matrix.c @@ -22,6 +22,7 @@ along with this program. If not, see . #include "print.h" #include "util.h" #include "matrix.h" +#include "led.h" #include "debug.h" #include "protocol/serial.h" @@ -46,57 +47,58 @@ static uint8_t matrix[MATRIX_ROWS]; #define ROW(code) ((code>>3)&0xF) #define COL(code) (code&0x07) -static bool is_modified = false; - -inline -uint8_t matrix_rows(void) +static void pc98_send(uint8_t data) { - return MATRIX_ROWS; + PC98_RDY_PORT |= (1< 13us + PC98_RST_PORT |= (1<