Browse Source

Merge branch 'adb_led_fix'

master
tmk 7 years ago
parent
commit
1cc704c126

+ 1121
- 1121
converter/adb_usb/binary/adb_usb_rev1_unimap.hex
File diff suppressed because it is too large
View File


+ 1113
- 1113
converter/adb_usb/binary/adb_usb_rev2_unimap.hex
File diff suppressed because it is too large
View File


+ 3
- 0
converter/adb_usb/matrix.c View File

#include "matrix.h" #include "matrix.h"
#include "report.h" #include "report.h"
#include "host.h" #include "host.h"
#include "led.h"






// initialize matrix state: all keys off // initialize matrix state: all keys off
for (uint8_t i=0; i < MATRIX_ROWS; i++) matrix[i] = 0x00; for (uint8_t i=0; i < MATRIX_ROWS; i++) matrix[i] = 0x00;


led_set(host_keyboard_leds());

debug_enable = true; debug_enable = true;
//debug_matrix = true; //debug_matrix = true;
//debug_keyboard = true; //debug_keyboard = true;

Loading…
Cancel
Save