diff options
Diffstat (limited to 'keyboards/iris/rev2/config.h')
-rw-r--r-- | keyboards/iris/rev2/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/iris/rev2/config.h b/keyboards/iris/rev2/config.h index e0465ca8a..235c5710f 100644 --- a/keyboards/iris/rev2/config.h +++ b/keyboards/iris/rev2/config.h | |||
@@ -56,11 +56,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
56 | /* Locking resynchronize hack */ | 56 | /* Locking resynchronize hack */ |
57 | #define LOCKING_RESYNC_ENABLE | 57 | #define LOCKING_RESYNC_ENABLE |
58 | 58 | ||
59 | /* key combination for command */ | ||
60 | #define IS_COMMAND() ( \ | ||
61 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
62 | ) | ||
63 | |||
64 | #define BACKLIGHT_PIN B5 | 59 | #define BACKLIGHT_PIN B5 |
65 | #define BACKLIGHT_LEVELS 5 | 60 | #define BACKLIGHT_LEVELS 5 |
66 | 61 | ||