1
0
Fork 0

Fix keymap of gh60 and hhkb

This commit is contained in:
tmk 2013-02-21 10:15:08 +09:00
parent 59e073e82b
commit 75a92ff653
4 changed files with 40 additions and 52 deletions

View file

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