summaryrefslogtreecommitdiffstats
path: root/keyboards/infinity_chibios/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-08-03 06:10:41 +0200
committerGitHub <noreply@github.com>2016-08-03 06:10:41 +0200
commit301e46c5293215a0e00daf33401d185aec13d32a (patch)
treed4361fc429e9b8248a0958fb0fded4f86765ca79 /keyboards/infinity_chibios/config.h
parente62c588921f9fb3a174ca2ea5fa2411d5cc390b4 (diff)
parenta675c1aee028f5ba67b0c64df0fd24e51a92e288 (diff)
downloadqmk_firmware-301e46c5293215a0e00daf33401d185aec13d32a.tar.gz
qmk_firmware-301e46c5293215a0e00daf33401d185aec13d32a.tar.xz
Merge pull request #599 from Depariel/master
Fixed compiling errors and updated keymaps for infinity_chibios
Diffstat (limited to 'keyboards/infinity_chibios/config.h')
-rw-r--r--keyboards/infinity_chibios/config.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/keyboards/infinity_chibios/config.h b/keyboards/infinity_chibios/config.h
index cb9022205..452cc2a9f 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