diff options
author | Mathias Andersson <wraul@dbox.se> | 2013-04-21 08:48:56 +0200 |
---|---|---|
committer | Mathias Andersson <wraul@dbox.se> | 2013-04-21 22:06:14 +0200 |
commit | c4b012cdb546b2d5ebbbd9df98efc02197073e53 (patch) | |
tree | 7da2489c18cc92672d44b156d87b84b68947a7ec /keyboard/phantom/config.h | |
parent | 2fc681b4f768484c2ba5cfa22662bf4c09586e57 (diff) |
Updated Phantom for new keymap framework.
Diffstat (limited to 'keyboard/phantom/config.h')
-rw-r--r-- | keyboard/phantom/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboard/phantom/config.h b/keyboard/phantom/config.h index ac014bae9f..09f758cd05 100644 --- a/keyboard/phantom/config.h +++ b/keyboard/phantom/config.h @@ -39,9 +39,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* Set 0 if need no debouncing */ #define DEBOUNCE 7 -/* legacy keymap support */ -#define USE_LEGACY_KEYMAP - /* key combination for command */ #define IS_COMMAND() ( \ keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ |