]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/infinity/config.h
core: Clean up code of Locking key support
[max/tmk_keyboard.git] / keyboard / infinity / config.h
index dc734dbdbe0d7180143a3985979e54b30014e0c3..c9295a199500a78ebcbb581b7d22f8913c2fd01e 100644 (file)
@@ -34,10 +34,13 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #define MATRIX_COLS 7   // Sense
 
 /* key combination for command */
-#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) 
+#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))
 
 
 /* for prototype */
 //#define INFINITY_PROTOTYPE
 
+/* Version 1.1a of the board */
+//#define INFINITY_LED
+
 #endif