]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs
authortmk <nobody@nowhere>
Mon, 28 Oct 2013 02:43:45 +0000 (11:43 +0900)
committertmk <nobody@nowhere>
Mon, 28 Oct 2013 02:43:45 +0000 (11:43 +0900)
converter/ps2_usb/config.h
keyboard/IIgs/config.h

index 6fbf13665fe070530b3cef9115aa02c748f951dd..51cd271d7826b3ef4d2f90b572c12e3f6c3cd99f 100644 (file)
@@ -39,6 +39,10 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 )
 
 
+/* legacy keymap support */
+#define USE_LEGACY_KEYMAP
+
+
 #ifdef PS2_USE_USART
 #if defined(__AVR_ATmega16U4__) || defined(__AVR_ATmega32U4__)
 /* XCK for clock line and RXD for data line */
index 842e404f9f474a97113bf3573f61e96214f9f020..bc8bf75f9478e203f0485623b05e90435830af1e 100644 (file)
@@ -56,4 +56,8 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define LAYER_SEND_FN_TERM 300\r
 \r
 \r
+/* legacy keymap support */\r
+#define USE_LEGACY_KEYMAP\r
+\r
+\r
 #endif\r