X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=converter%2Fsun_usb%2Fconfig.h;h=cfd39cd513a68fcb44789f5399b384764882538d;hb=c35e3e859645176459a7a9e74f1a7b3658d2832a;hp=65ce9daf6102a432652612a0c9c023292f5bec54;hpb=000f3c4c543e0c4490787ccc3a8920d4ee0692ec;p=tmk_firmware.git diff --git a/converter/sun_usb/config.h b/converter/sun_usb/config.h index 65ce9da..cfd39cd 100644 --- a/converter/sun_usb/config.h +++ b/converter/sun_usb/config.h @@ -25,12 +25,10 @@ along with this program. If not, see . #define PRODUCT Sun keyboard converter #define DESCRIPTION converts Sun keyboard protocol into USB - /* matrix size */ #define MATRIX_ROWS 16 #define MATRIX_COLS 8 - /* key combination for command */ #define IS_COMMAND() ( \ keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) || \ @@ -38,6 +36,9 @@ along with this program. If not, see . keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ ) +/* legacy keymap support */ +#define USE_LEGACY_KEYMAP + /* Serial(USART) configuration * asynchronous, negative logic, 1200baud, no flow control