diff options
Diffstat (limited to 'keyboards/iris/rev3/config.h')
-rw-r--r-- | keyboards/iris/rev3/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/iris/rev3/config.h b/keyboards/iris/rev3/config.h index ad5937dc1..70e5d6e2a 100644 --- a/keyboards/iris/rev3/config.h +++ b/keyboards/iris/rev3/config.h | |||
@@ -65,11 +65,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
65 | /* Locking resynchronize hack */ | 65 | /* Locking resynchronize hack */ |
66 | #define LOCKING_RESYNC_ENABLE | 66 | #define LOCKING_RESYNC_ENABLE |
67 | 67 | ||
68 | /* key combination for command */ | ||
69 | #define IS_COMMAND() ( \ | ||
70 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
71 | ) | ||
72 | |||
73 | #define BACKLIGHT_PIN B6 | 68 | #define BACKLIGHT_PIN B6 |
74 | #define BACKLIGHT_LEVELS 5 | 69 | #define BACKLIGHT_LEVELS 5 |
75 | 70 | ||