1
0
Fork 0

Fix debug pirnt and magic key.(M0110)

This commit is contained in:
tmk 2012-12-03 15:08:23 +09:00
parent 07dff3425a
commit 07b6c1a58c
4 changed files with 5 additions and 11 deletions

View file

@ -36,9 +36,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Locking Caps Lock support */
//#define MATRIX_HAS_LOCKING_CAPS
/* key combination for command */
/* Backspace for command key */
#define BACKSPACE_CODE 0x33
#define IS_COMMAND() ( \
keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_LGUI)) \
matrix_is_on((BACKSPACE_CODE>>3)&0x0F, BACKSPACE_CODE&0x07) \
)