1
0
Fork 0

Add new build options to adb_usb

This commit is contained in:
tmk 2013-04-09 14:17:31 +09:00
parent 46d412d262
commit 9e39b222d0
5 changed files with 148 additions and 5 deletions

View file

@ -71,7 +71,6 @@ void matrix_init(void)
// initialize matrix state: all keys off
for (uint8_t i=0; i < MATRIX_ROWS; i++) matrix[i] = 0x00;
print_enable = true;
debug_enable = true;
debug_matrix = true;
debug_keyboard = true;