]> 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 28f2ca0293302a64d694f24cceb2df3de64dfbb1..c9295a199500a78ebcbb581b7d22f8913c2fd01e 100644 (file)
@@ -34,6 +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