infinity: For production model and add SpaceFn

This commit is contained in:
Jun Wako 2015-03-05 10:38:18 +09:00
parent abf482de8e
commit c35c4283b9
4 changed files with 37 additions and 5 deletions

View file

@ -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