diff options
Diffstat (limited to 'keyboards/panc60/config.h')
-rw-r--r-- | keyboards/panc60/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/panc60/config.h b/keyboards/panc60/config.h index 703141beb..00bdbc60f 100644 --- a/keyboards/panc60/config.h +++ b/keyboards/panc60/config.h | |||
@@ -41,6 +41,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
41 | #define RGBLIGHT_ANIMATIONS | 41 | #define RGBLIGHT_ANIMATIONS |
42 | 42 | ||
43 | #define NO_UART 1 | 43 | #define NO_UART 1 |
44 | |||
45 | /* key combination for command */ | ||
46 | #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) | ||