diff options
author | Balz Guenat <balz.guenat@gmail.com> | 2017-08-12 18:24:15 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-08-15 23:14:41 -0400 |
commit | 2aa5e4464010a9292b50571243d8ef6e749a5ca4 (patch) | |
tree | 81a485c561b87fbc5e4a43b7273fa631a6c8af99 /keyboards/converter/usb_usb/config.h | |
parent | 42f895a4bc232515d95d1fb93396ecd2c0032c0e (diff) | |
download | qmk_firmware-2aa5e4464010a9292b50571243d8ef6e749a5ca4.tar.gz |
some major steps toward making the usb-usb converter work
Diffstat (limited to 'keyboards/converter/usb_usb/config.h')
-rw-r--r-- | keyboards/converter/usb_usb/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/converter/usb_usb/config.h b/keyboards/converter/usb_usb/config.h index ff764ee4f..fa059feea 100644 --- a/keyboards/converter/usb_usb/config.h +++ b/keyboards/converter/usb_usb/config.h @@ -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))) |