forked from mirrors/qmk_userspace
Updated Phantom for new keymap framework.
This commit is contained in:
parent
2fc681b4f7
commit
c4b012cdb5
4 changed files with 45 additions and 53 deletions
|
@ -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)) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue