diff options
Diffstat (limited to 'keyboard/infinity/config.h')
-rw-r--r-- | keyboard/infinity/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboard/infinity/config.h b/keyboard/infinity/config.h index 28f2ca0293..dc734dbdbe 100644 --- a/keyboard/infinity/config.h +++ b/keyboard/infinity/config.h @@ -36,4 +36,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) + +/* for prototype */ +//#define INFINITY_PROTOTYPE + #endif |