diff options
Diffstat (limited to 'converter/m0110_usb/config.h')
| -rw-r--r-- | converter/m0110_usb/config.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/converter/m0110_usb/config.h b/converter/m0110_usb/config.h index d2e904077..b1b971ec9 100644 --- a/converter/m0110_usb/config.h +++ b/converter/m0110_usb/config.h | |||
| @@ -36,9 +36,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 36 | /* Locking Caps Lock support */ | 36 | /* Locking Caps Lock support */ |
| 37 | //#define MATRIX_HAS_LOCKING_CAPS | 37 | //#define MATRIX_HAS_LOCKING_CAPS |
| 38 | 38 | ||
| 39 | /* key combination for command */ | 39 | /* Backspace for command key */ |
| 40 | #define BACKSPACE_CODE 0x33 | ||
| 40 | #define IS_COMMAND() ( \ | 41 | #define IS_COMMAND() ( \ |
| 41 | keyboard_report->mods == (MOD_BIT(KC_LALT) | MOD_BIT(KC_LGUI)) \ | 42 | matrix_is_on((BACKSPACE_CODE>>3)&0x0F, BACKSPACE_CODE&0x07) \ |
| 42 | ) | 43 | ) |
| 43 | 44 | ||
| 44 | 45 | ||
