소스 검색

Merge branch 'adb_led_fix'

master
tmk 7 년 전
부모
커밋
1cc704c126
3개의 변경된 파일2237개의 추가작업 그리고 2234개의 파일을 삭제
  1. 1121
    1121
      converter/adb_usb/binary/adb_usb_rev1_unimap.hex
  2. 1113
    1113
      converter/adb_usb/binary/adb_usb_rev2_unimap.hex
  3. 3
    0
      converter/adb_usb/matrix.c

+ 1121
- 1121
converter/adb_usb/binary/adb_usb_rev1_unimap.hex
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 1113
- 1113
converter/adb_usb/binary/adb_usb_rev2_unimap.hex
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


+ 3
- 0
converter/adb_usb/matrix.c 파일 보기

@@ -29,6 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "matrix.h"
#include "report.h"
#include "host.h"
#include "led.h"



@@ -101,6 +102,8 @@ void matrix_init(void)
// initialize matrix state: all keys off
for (uint8_t i=0; i < MATRIX_ROWS; i++) matrix[i] = 0x00;

led_set(host_keyboard_leds());

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

Loading…
취소
저장