Skip to content

Commit

Permalink
ibmpc_usb: Fix for Zenith Z-150 AT support
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Feb 9, 2021
1 parent 3d88cc4 commit f8ce50e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions converter/ibmpc_usb/ibmpc_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,12 +323,12 @@ uint8_t matrix_scan(void)
switch (keyboard_kind) {
case PC_XT:
break;
case PC_AT_Z150:
// TODO: led_set() works here?
break;
case PC_AT:
led_set(host_keyboard_leds());
break;
case PC_AT_Z150:
// TODO: do not set indicators temporarily for debug
break;
case PC_TERMINAL:
// Set all keys to make/break type
ibmpc_host_send(0xF8);
Expand Down

0 comments on commit f8ce50e

Please sign in to comment.