Keyboard: Shuffle keyboards into thevankeyboards directory (#3895)
* move tv44 to thevankeyboards directory * move bananasplit to thevankeyboards * move roadkit to thevankeyboards directory * add a basic readme * update readmes to correct the make instructions and add more help text * rename tv44 to minivan as per Jack's suggestions * update readme * rename tv44 to minivan * update tv44 to minivan * change includes for tv44 to minivan * remove extra includes
This commit is contained in:
parent
cd3518b802
commit
ce122c4981
106 changed files with 58 additions and 75 deletions
22
keyboards/thevankeyboards/minivan/keymaps/budi/config.h
Normal file
22
keyboards/thevankeyboards/minivan/keymaps/budi/config.h
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ifndef CONFIG_USER_H
|
||||
#define CONFIG_USER_H
|
||||
|
||||
#include "../../config.h"
|
||||
|
||||
// place overrides here
|
||||
#ifdef DEBOUNCING_DELAY
|
||||
#undef DEBOUNCING_DELAY
|
||||
#endif
|
||||
#define DEBOUNCING_DELAY 2
|
||||
#define MOUSEKEY_INTERVAL 10
|
||||
#define MOUSEKEY_DELAY 0
|
||||
#define MOUSEKEY_TIME_TO_MAX 120
|
||||
#define MOUSEKEY_MAX_SPEED 9
|
||||
#define MOUSEKEY_WHEEL_DELAY 0
|
||||
#define MOUSEKEY_WHEEL_MAX_SPEED 2
|
||||
#define MOUSEKEY_WHEEL_TIME_TO_MAX 120
|
||||
#define TAPPING_TOGGLE 1
|
||||
#define TAPPING_TERM 200
|
||||
#define IGNORE_MOD_TAP_INTERRUPT
|
||||
#define FORCE_NKRO
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue