diff options
author | Joshua T <joshua@sonofone.net> | 2016-08-07 23:28:59 -0500 |
---|---|---|
committer | Joshua T <joshua@sonofone.net> | 2016-08-07 23:28:59 -0500 |
commit | 6df31120a1904ee1330787701d4bcb84c4c72390 (patch) | |
tree | b0fb3ccd691c17240442271f12c5af2ba9843295 /keyboards/infinity_chibios/config.h | |
parent | cf795a6f93a541c2ff5d64daa0aefd1f97d62035 (diff) | |
parent | 213cb2c24306e198e717fc162806201567666f36 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/infinity_chibios/config.h')
-rw-r--r-- | keyboards/infinity_chibios/config.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/infinity_chibios/config.h b/keyboards/infinity_chibios/config.h index cb90222055..452cc2a9fb 100644 --- a/keyboards/infinity_chibios/config.h +++ b/keyboards/infinity_chibios/config.h @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #ifndef CONFIG_H #define CONFIG_H +#define PREVENT_STUCK_MODIFIERS /* USB Device descriptor parameter */ #define VENDOR_ID 0xFEED @@ -50,9 +51,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ ) -/* Keymap for Infiity prototype */ -#define INFINITY_PROTOTYPE +/* Keymap for Infinity prototype */ +//#define INFINITY_PROTOTYPE +/* Keymap for Infinity 1.1a (first revision with LED support) */ +//#define INFINITY_LED /* * Feature disable options |