diff options
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 |