diff options
Diffstat (limited to 'keyboards/handwired/bluepill/config.h')
-rw-r--r-- | keyboards/handwired/bluepill/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/handwired/bluepill/config.h b/keyboards/handwired/bluepill/config.h index aeab1808a..6d583b989 100644 --- a/keyboards/handwired/bluepill/config.h +++ b/keyboards/handwired/bluepill/config.h | |||
@@ -29,11 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
29 | /* Locking resynchronize hack */ | 29 | /* Locking resynchronize hack */ |
30 | //#define LOCKING_RESYNC_ENABLE | 30 | //#define LOCKING_RESYNC_ENABLE |
31 | 31 | ||
32 | /* key combination for command */ | ||
33 | #define IS_COMMAND() ( \ | ||
34 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
35 | ) | ||
36 | |||
37 | /* Backlighting include */ | 32 | /* Backlighting include */ |
38 | /*#define BACKLIGHT_PIN 19 | 33 | /*#define BACKLIGHT_PIN 19 |
39 | #define BACKLIGHT_LEVELS 5 | 34 | #define BACKLIGHT_LEVELS 5 |