some major steps toward making the usb-usb converter work

This commit is contained in:
Balz Guenat
2017-08-12 18:24:15 +02:00
committed by Jack Humbert
parent 42f895a4bc
commit 2aa5e44640
9 changed files with 59 additions and 24 deletions
+2
View File
@@ -31,6 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 16
#define MATRIX_COLS 16
#define DIODE_DIRECTION CUSTOM_MATRIX
/* key combination for command */
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))