diff options
Diffstat (limited to 'keyboards/skog/config.h')
-rw-r--r-- | keyboards/skog/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/skog/config.h b/keyboards/skog/config.h index dea3e28e8..f518da8c9 100644 --- a/keyboards/skog/config.h +++ b/keyboards/skog/config.h | |||
@@ -36,7 +36,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
36 | #define NO_UART 1 | 36 | #define NO_UART 1 |
37 | #define BOOTLOADHID_BOOTLOADER 1 | 37 | #define BOOTLOADHID_BOOTLOADER 1 |
38 | 38 | ||
39 | /* key combination for command */ | ||
40 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||
41 | |||
42 | #endif | 39 | #endif |