~ruther/qmk_firmware

86623f57247c92242751ceae4cb291e7f3d19540 — tmk 12 years ago f4c6965
Add compile conditional for assembler(xprintf)
1 files changed, 2 insertions(+), 0 deletions(-)

M converter/adb_usb/config.h
M converter/adb_usb/config.h => converter/adb_usb/config.h +2 -0
@@ 58,10 58,12 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
//#define ADB_PSW_BIT     1       // optional

/* key combination for command */
#ifndef __ASSEMBLER__
#include "adb.h"
#include "matrix.h"
#define IS_COMMAND() ( \
    matrix_is_on(MATRIX_ROW(ADB_POWER), MATRIX_COL(ADB_POWER)) \
)
#endif

#endif