Delete MOUSEKEY_DELAY_TIME in config.h
parent
c18c52f551
commit
ee109d68d6
|
@ -44,12 +44,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define USE_LEGACY_KEYMAP
|
#define USE_LEGACY_KEYMAP
|
||||||
|
|
||||||
|
|
||||||
/* mouse keys */
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
|
||||||
# define MOUSEKEY_DELAY_TIME 192
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* ADB port setting */
|
/* ADB port setting */
|
||||||
#define ADB_PORT PORTD
|
#define ADB_PORT PORTD
|
||||||
#define ADB_PIN PIND
|
#define ADB_PIN PIND
|
||||||
|
|
|
@ -42,12 +42,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
/* mouse keys */
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
|
||||||
# define MOUSEKEY_DELAY_TIME 255
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
/* Asynchronous USART
|
/* Asynchronous USART
|
||||||
* 8-data bit, non parity, 1-stop bit, no flow control
|
* 8-data bit, non parity, 1-stop bit, no flow control
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -39,12 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
/* mouse keys */
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
|
||||||
# define MOUSEKEY_DELAY_TIME 255
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef PS2_USE_USART
|
#ifdef PS2_USE_USART
|
||||||
#if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__)
|
#if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__)
|
||||||
/* XCK for clock line and RXD for data line */
|
/* XCK for clock line and RXD for data line */
|
||||||
|
|
|
@ -56,10 +56,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define LAYER_SEND_FN_TERM 300
|
#define LAYER_SEND_FN_TERM 300
|
||||||
|
|
||||||
|
|
||||||
/* mouse keys */
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
|
||||||
# define MOUSEKEY_DELAY_TIME 192
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -34,11 +34,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
/* key combination for command */
|
/* key combination for command */
|
||||||
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
||||||
|
|
||||||
/* mouse keys */
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
|
||||||
# define MOUSEKEY_DELAY_TIME 255
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* pins for Software UART */
|
/* pins for Software UART */
|
||||||
#define SUART_IN_PIN PINC
|
#define SUART_IN_PIN PINC
|
||||||
#define SUART_IN_BIT 5
|
#define SUART_IN_BIT 5
|
||||||
|
|
|
@ -35,10 +35,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
/* key combination for command */
|
/* key combination for command */
|
||||||
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
|
||||||
|
|
||||||
/* mouse keys */
|
|
||||||
#ifdef MOUSEKEY_ENABLE
|
|
||||||
# define MOUSEKEY_DELAY_TIME 100
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue