X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fjj40%2Fjj40.h;h=44d8b0f3754882e43fa63d0f17cd973bca26c0a8;hb=d9c6e7487b27974d96dae59bf30ffa12a7192c21;hp=6e90cb972c38f222518716279f780c222bd1e849;hpb=846598541b03d97b2b3fbab0a276110d215ce9e2;p=qmk_firmware.git diff --git a/keyboards/jj40/jj40.h b/keyboards/jj40/jj40.h index 6e90cb972..44d8b0f37 100644 --- a/keyboards/jj40/jj40.h +++ b/keyboards/jj40/jj40.h @@ -23,6 +23,8 @@ along with this program. If not, see . #include "keycode.h" #include "action.h" +void matrix_init_user(void); // TODO port this to other PS2AVRGB boards + #define KEYMAP_GRID( \ K01, K02, K03, K04, K05, K06, K07, K08, K09, K010, K011, K012, \ K11, K12, K13, K14, K15, K16, K17, K18, K19, K110, K111, K112, \ @@ -65,6 +67,6 @@ along with this program. If not, see . { K312, K311, K310, K39, K35, K36, K3X, KC_NO, K34, K33, K32, K31 } \ } -#define KEYMAP KEYMAP_OFFSET +#define KEYMAP KEYMAP_MIT #endif