diff options
author | tmk <nobody@nowhere> | 2013-09-21 18:35:02 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-09-21 21:07:55 +0900 |
commit | 7e122279c5625f71c4e5186f2a507e7bb536fed8 (patch) | |
tree | 9e4802bcb067335d5d81c8379e418b8c3144ac1d /converter/m0110_usb/config.h | |
parent | febdf10602fa4057e0ac3b60096e053ac1aad9be (diff) |
Change keymap and enable bootmagic of M0110
Diffstat (limited to 'converter/m0110_usb/config.h')
-rw-r--r-- | converter/m0110_usb/config.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index 32a59e1d45..801bc4ebfa 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h @@ -32,10 +32,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define MATRIX_COLS 8 -/* legacy keymap support */ -#define USE_LEGACY_KEYMAP - - /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */ #define LOCKING_SUPPORT_ENABLE /* Locking resynchronize hack */ @@ -48,6 +44,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_LALT) | MOD_BIT(KC_LCTL)) \ ) +/* boot magic key */ +#define BOOTMAGIC_KEY_SALT KC_FN0 +#define BOOTMAGIC_KEY_CAPSLOCK_TO_CONTROL KC_LCAP + /* ports */ #define M0110_CLOCK_PORT PORTD |