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 d43f28383..f7a4b9bc9 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/>. | |||
| 34 | #define MATRIX_ROWS 14 | 34 | #define MATRIX_ROWS 14 |
| 35 | #define MATRIX_COLS 8 | 35 | #define MATRIX_COLS 8 |
| 36 | 36 | ||
| 37 | /* Locking Caps Lock support */ | 37 | |
| 38 | //#define MATRIX_HAS_LOCKING_CAPS | 38 | /* legacy keymap support */ |
| 39 | #define USE_LEGACY_KEYMAP | ||
| 40 | |||
| 41 | |||
| 42 | /* Mechanical locking CapsLock support. Use KC_LCAP instead of KC_CAPS in keymap */ | ||
| 43 | #define CAPSLOCK_LOCKING_ENABLE | ||
| 44 | /* Locking CapsLock resynchronize hack */ | ||
| 45 | #define CAPSLOCK_LOCKING_RESYNC_ENABLE | ||
| 46 | |||
| 39 | 47 | ||
| 40 | /* magic key */ | 48 | /* magic key */ |
| 41 | #define IS_COMMAND() ( \ | 49 | #define IS_COMMAND() ( \ |
| @@ -44,12 +52,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 44 | ) | 52 | ) |
| 45 | 53 | ||
| 46 | 54 | ||
| 47 | /* mouse keys */ | ||
| 48 | #ifdef MOUSEKEY_ENABLE | ||
| 49 | # define MOUSEKEY_DELAY_TIME 192 | ||
| 50 | #endif | ||
| 51 | |||
| 52 | |||
| 53 | /* ports */ | 55 | /* ports */ |
| 54 | #define M0110_CLOCK_PORT PORTF | 56 | #define M0110_CLOCK_PORT PORTF |
| 55 | #define M0110_CLOCK_PIN PINF | 57 | #define M0110_CLOCK_PIN PINF |
