1
0
Fork 0

Fix hid_liber for new keymap framework by yeeeargh

This commit is contained in:
tmk 2013-03-25 00:01:30 +09:00
parent 2b08a150a4
commit b862b4f030
5 changed files with 165 additions and 55 deletions

View file

@ -41,9 +41,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Set 0 if need no debouncing */
#define DEBOUNCE 8
/* 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)) \