diff options
| author | tmk <wakojun@gmail.com> | 2013-04-21 15:13:20 -0700 | 
|---|---|---|
| committer | tmk <wakojun@gmail.com> | 2013-04-21 15:13:20 -0700 | 
| commit | c852b0412826f53d8598f9577f9da439cb7bd720 (patch) | |
| tree | 52a9664c1eb245ff31f3145ddddc3a6884458e94 /keyboard/phantom/config.h | |
| parent | 2fc681b4f768484c2ba5cfa22662bf4c09586e57 (diff) | |
| parent | 8633cb170f80a8e1bbb443199ade62274064bfb2 (diff) | |
| download | firmware-c852b0412826f53d8598f9577f9da439cb7bd720.tar.gz firmware-c852b0412826f53d8598f9577f9da439cb7bd720.tar.bz2 firmware-c852b0412826f53d8598f9577f9da439cb7bd720.zip | |
Merge pull request #29 from Wraul/update_phantom
Update 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 ac014bae9..09f758cd0 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)) \ | 
