1
0
Fork 0

usb_usb: Add SpaceFn and hasu keymap

This commit is contained in:
Jun Wako 2014-12-11 03:52:05 +09:00
parent b47450da9f
commit a0d6bb1818
7 changed files with 342 additions and 125 deletions

View file

@ -33,8 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_ROWS 32
#define MATRIX_COLS 8
#define USE_LEGACY_KEYMAP
/* key combination for command */
#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))