From af85b6bba6744573f1edecd26fb504c31094414f Mon Sep 17 00:00:00 2001 From: tmk Date: Wed, 25 May 2011 10:37:58 +0900 Subject: added HHKB/README and clean some codes. --- adb_usb/Makefile | 2 +- adb_usb/matrix.c | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 adb_usb/Makefile mode change 100755 => 100644 adb_usb/matrix.c (limited to 'adb_usb') diff --git a/adb_usb/Makefile b/adb_usb/Makefile old mode 100755 new mode 100644 index 92b9ba1a93..802b4248cb --- a/adb_usb/Makefile +++ b/adb_usb/Makefile @@ -38,7 +38,7 @@ F_CPU = 16000000 # MOUSEKEY_ENABLE = yes # Mouse keys #PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support -USB_EXTRA_ENABLE = yes # Enhanced feature for Windows(Audio control and System control) +USB_EXTRA_ENABLE = yes # Audio control and System control #USB_NKRO_ENABLE = yes # USB Nkey Rollover diff --git a/adb_usb/matrix.c b/adb_usb/matrix.c old mode 100755 new mode 100644 -- cgit v1.2.3