mini keyboard bug fix

This commit is contained in:
cuu
2022-10-12 22:34:18 +08:00
parent 1c023901a7
commit 81d40799b5
4 changed files with 20 additions and 11 deletions

View File

@@ -39,7 +39,7 @@ class DEVTERM {
uint32_t delta;
};
#define KEYBOARD_PULL 1 // 1 for PULLUP, 0 FOR PULLDOWN
#define KEYBOARD_PULL 0 // 1 for PULLUP, 0 FOR PULLDOWN
#define KEYBOARD_LED_PWM_PERIOD 200
#endif