X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=keyboard%2FIIgs%2Fconfig.h;h=bc8bf75f9478e203f0485623b05e90435830af1e;hb=79cfa894afbc0a94ac642f57de905d9afc068ce7;hp=11acf87c071919636216c73ea34a04c15ddd3710;hpb=38bbe976e00a9a7bf6f8157016717e80503bf6a9;p=max%2Ftmk_keyboard.git diff --git a/keyboard/IIgs/config.h b/keyboard/IIgs/config.h index 11acf87c..bc8bf75f 100644 --- a/keyboard/IIgs/config.h +++ b/keyboard/IIgs/config.h @@ -18,9 +18,6 @@ along with this program. If not, see . #ifndef CONFIG_H #define CONFIG_H -/* controller configuration */ -#include "controller_teensy.h" - /* USB Device descriptor parameter */ /* for Apple @@ -59,10 +56,8 @@ along with this program. If not, see . #define LAYER_SEND_FN_TERM 300 -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 192 -#endif +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP #endif