diff options
author | tmk <nobody@nowhere> | 2013-04-12 21:52:34 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-12 22:49:16 +0900 |
commit | 2b33ecad57f80d9235665ecfbe477c098494468b (patch) | |
tree | 3d47bf4dd1bc7e326eb2bc1775b80c6a7c11244e /converter/m0110_usb/config.h | |
parent | 2372029de5f595f496bd6cd803f9b0a1bb5bd5ee (diff) |
Add new build options on m0110_usb
Diffstat (limited to 'converter/m0110_usb/config.h')
-rw-r--r-- | converter/m0110_usb/config.h | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index d43f283838..f7a4b9bc97 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h @@ -34,8 +34,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_ROWS 14 #define MATRIX_COLS 8 -/* Locking Caps Lock support */ -//#define MATRIX_HAS_LOCKING_CAPS + +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP + + +/* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ +#define CAPSLOCK_LOCKING_ENABLE +/* Locking CapsLock resynchronize hack */ +#define CAPSLOCK_LOCKING_RESYNC_ENABLE + /* magic key */ #define IS_COMMAND() ( \ @@ -44,12 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. ) -/* mouse keys */ -#ifdef MOUSEKEY_ENABLE -# define MOUSEKEY_DELAY_TIME 192 -#endif - - /* ports */ #define M0110_CLOCK_PORT PORTF #define M0110_CLOCK_PIN PINF |