Updated Phantom for new keymap framework.

This commit is contained in:
Mathias Andersson 2013-04-21 08:48:56 +02:00
parent 2fc681b4f7
commit c4b012cdb5
4 changed files with 45 additions and 53 deletions

View file

@ -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)) \