X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;ds=sidebyside;f=converter%2Fpc98_usb%2Fmatrix.c;h=b44d3ef55cd6271d7aab2dcd95a2a232be35a417;hb=1575db9166a21591bed95d4653db4d5d45e534be;hp=2f1e821c5ddac7a5c9d0b6e7ee445e8fc023d59c;hpb=4a91d182776a956c5442debbaf7a8af047d429c0;p=max%2Ftmk_keyboard.git diff --git a/converter/pc98_usb/matrix.c b/converter/pc98_usb/matrix.c index 2f1e821c..b44d3ef5 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,27 +47,57 @@ static uint8_t matrix[MATRIX_ROWS]; #define ROW(code) ((code>>3)&0xF) #define COL(code) (code&0x07) -static bool is_modified = false; +static void pc98_send(uint8_t data) +{ + PC98_RDY_PORT |= (1< 13us + PC98_RST_PORT |= (1<