diff options
| author | tmk <nobody@nowhere> | 2013-10-28 11:43:45 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-10-28 11:43:45 +0900 |
| commit | b9fe36f237635db8e37fc94413a7bb7c381070fc (patch) | |
| tree | 91f81e1cec6f3299e9c1328e666bb0ed1fd6bee6 /keyboard/IIgs | |
| parent | ee109d68d6ba592ab64e334b9650df14a0564364 (diff) | |
| download | qmk_firmware-b9fe36f237635db8e37fc94413a7bb7c381070fc.tar.gz qmk_firmware-b9fe36f237635db8e37fc94413a7bb7c381070fc.zip | |
Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs
Diffstat (limited to 'keyboard/IIgs')
| -rw-r--r-- | keyboard/IIgs/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/IIgs/config.h b/keyboard/IIgs/config.h index 842e404f9..bc8bf75f9 100644 --- a/keyboard/IIgs/config.h +++ b/keyboard/IIgs/config.h | |||
| @@ -56,4 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 56 | #define LAYER_SEND_FN_TERM 300 | 56 | #define LAYER_SEND_FN_TERM 300 |
| 57 | 57 | ||
| 58 | 58 | ||
| 59 | /* legacy keymap support */ | ||
| 60 | #define USE_LEGACY_KEYMAP | ||
| 61 | |||
| 62 | |||
| 59 | #endif | 63 | #endif |
