diff options
author | Depariel <tyler.lear@gmail.com> | 2016-07-31 14:25:25 -0400 |
---|---|---|
committer | Depariel <tyler.lear@gmail.com> | 2016-07-31 14:25:25 -0400 |
commit | ceecb7c81954254bd0820ea571ee60ab69a43658 (patch) | |
tree | d3610f8f4aaacd1b1f784aaaf4f1a5d32fee8597 /keyboards/infinity_chibios/config.h | |
parent | b25dbc484d639210c53d8e13f79cf5a77f2faaaa (diff) | |
download | qmk_firmware-ceecb7c81954254bd0820ea571ee60ab69a43658.tar.gz qmk_firmware-ceecb7c81954254bd0820ea571ee60ab69a43658.zip |
fixed compiling bugs in infinity_chibios.h, updated keymaps, added depariel keymap
Diffstat (limited to 'keyboards/infinity_chibios/config.h')
-rw-r--r-- | keyboards/infinity_chibios/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/infinity_chibios/config.h b/keyboards/infinity_chibios/config.h index cb90222055..bd4becfc54 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,7 +51,7 @@ 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 */ +/* Keymap for Infinity prototype */ #define INFINITY_PROTOTYPE |