diff options
author | tmk <nobody@nowhere> | 2013-11-20 15:28:58 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-11-20 15:28:58 +0900 |
commit | c6abcb6d893f6ef843ed98be3d45bd804cfe295a (patch) | |
tree | 4724b02aad271f6e8d9decf1e2588e7dd5b5c00d /keyboard | |
parent | d7f663a1ea4487a6dc5be76085eff7b00bec9704 (diff) |
Add build options of ps2_mouse
Diffstat (limited to 'keyboard')
-rw-r--r-- | keyboard/onekey/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboard/onekey/config.h b/keyboard/onekey/config.h index 8403c9b65b..e99a64850c 100644 --- a/keyboard/onekey/config.h +++ b/keyboard/onekey/config.h @@ -69,7 +69,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* PS/2 mouse */ -#define PS2_MOUSE_DEBUG #ifdef PS2_USE_BUSYWAIT # define PS2_CLOCK_PORT PORTD # define PS2_CLOCK_PIN PIND |