Fix build options for NEWS converter

This commit is contained in:
tmk 2013-04-18 15:54:26 +09:00
parent 1eb67303ee
commit 246031b647
3 changed files with 20 additions and 6 deletions

View file

@ -31,6 +31,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COLS 8 // keycode bit: 6-4
/* 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)) || \