Skip to content

Commit

Permalink
pc98_usb: Fix warning in config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
tmk committed Apr 28, 2023
1 parent 46a060c commit 6a6c07d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions converter/pc98_usb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)) \
Expand Down

0 comments on commit 6a6c07d

Please sign in to comment.