Fix debug pirnt and magic key.(M0110)
This commit is contained in:
parent
07dff3425a
commit
07b6c1a58c
4 changed files with 5 additions and 11 deletions
|
@ -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) \
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue