From 313fc4cb8f4e41c921112d0b105b82ad5d8a653e Mon Sep 17 00:00:00 2001 From: frobiac Date: Fri, 10 Mar 2023 08:05:20 +0100 Subject: [Keyboard] frobiac custom boards and layout (#19883) --- keyboards/frobiac/hypernano/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 keyboards/frobiac/hypernano/config.h (limited to 'keyboards/frobiac/hypernano/config.h') diff --git a/keyboards/frobiac/hypernano/config.h b/keyboards/frobiac/hypernano/config.h new file mode 100644 index 0000000000..843ad6f55b --- /dev/null +++ b/keyboards/frobiac/hypernano/config.h @@ -0,0 +1,17 @@ +// Copyright 2023 @frobiac +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#ifdef PS2_MOUSE_ENABLE +# define PS2_RESET_PIN B0 +# define PS2_DATA_PIN B1 +# define PS2_CLOCK_PIN B2 + +# define PS2_MOUSE_INVERT_X +# define PS2_MOUSE_INVERT_Y + +# define PS2_MOUSE_USE_REMOTE_MODE +# define PS2_MOUSE_INIT_DELAY 1000 +#endif + -- cgit v1.2.3