pc98_usb: Fix warning in config.h
This commit is contained in:
parent
46a060cd88
commit
6a6c07de6f
1 changed files with 3 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define MATRIX_COLS 8
|
||||
|
||||
/* key combination for command */
|
||||
#ifndef __ASSEMBLER__
|
||||
#include "matrix.h"
|
||||
#endif
|
||||
#define IS_COMMAND() ( \
|
||||
matrix_is_on(12, 0) || /* STOP */ \
|
||||
keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_RALT)) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue