mirror of
https://github.com/osiweb/unified_retro_keyboard.git
synced 2024-12-20 23:31:03 +00:00
atmega2560: Increase row output settling time from 2 usec to 4 usec
This commit is contained in:
parent
2a02f74171
commit
098ae72f5f
@ -36,7 +36,7 @@
|
||||
#define F_CPU 16000000L
|
||||
|
||||
#define ASDF_STROBE_LENGTH_US 10 // strobe length in microseconds
|
||||
#define ASDF_KEYBOARD_ROW_SETTLING_TIME_US 2 // time for keyboard capacitance to
|
||||
#define ASDF_KEYBOARD_ROW_SETTLING_TIME_US 4 // time for keyboard capacitance to
|
||||
// settle before sampling
|
||||
|
||||
// Clock definitions:
|
||||
@ -349,10 +349,10 @@
|
||||
#define TICK_COUNT 249
|
||||
|
||||
// Default key matrix row scanner
|
||||
#define ASDF_ARCH_DEFAULT_SCANNER asdf_arch_read_row
|
||||
#define ASDF_ARCH_DEFAULT_SCANNER &asdf_arch_read_row
|
||||
|
||||
// Default keyboard output
|
||||
#define ASDF_ARCH_DEFAULT_OUTPUT asdf_arch_send_code
|
||||
#define ASDF_ARCH_DEFAULT_OUTPUT &asdf_arch_send_code
|
||||
|
||||
// DIP switch is on row 8
|
||||
#define ASDF_ARCH_DIPSWITCH_ROW 8
|
||||
|
Loading…
Reference in New Issue
Block a user