diff options
author | cr3473 <joe@createtank.com> | 2015-05-27 08:29:48 -0700 |
---|---|---|
committer | cr3473 <joe@createtank.com> | 2015-05-27 08:29:48 -0700 |
commit | b36d1a87da2395fd5429e2817409c76f065387b5 (patch) | |
tree | 1e4a76822deaf92db83896548fa3c3003f7640f3 /keyboard/infinity/config.h | |
parent | a4cf9ae660b16d1952738139ba8f788368b73eff (diff) | |
parent | d61d1f5ca3a7dcccc495ac6688e0632c601c0623 (diff) |
Merge remote-tracking branch 'upstream/master'
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 |