diff options
Diffstat (limited to 'keyboards/jj4x4/jj4x4.h')
| -rw-r--r-- | keyboards/jj4x4/jj4x4.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/keyboards/jj4x4/jj4x4.h b/keyboards/jj4x4/jj4x4.h index 5a24b9033..7b8cb8183 100644 --- a/keyboards/jj4x4/jj4x4.h +++ b/keyboards/jj4x4/jj4x4.h | |||
| @@ -19,8 +19,14 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 19 | 19 | ||
| 20 | #include "quantum.h" | 20 | #include "quantum.h" |
| 21 | 21 | ||
| 22 | void matrix_init_user(void); // TODO port this to other PS2AVRGB boards | 22 | /* This a shortcut to help you visually see your layout. |
| 23 | 23 | * | |
| 24 | * The first section contains all of the arguments representing the physical | ||
| 25 | * layout of the board and position of the keys. | ||
| 26 | * | ||
| 27 | * The second converts the arguments into a two-dimensional array which | ||
| 28 | * represents the switch matrix. | ||
| 29 | */ | ||
| 24 | #define LAYOUT_ortho_4x4( \ | 30 | #define LAYOUT_ortho_4x4( \ |
| 25 | K01, K02, K03, K04, \ | 31 | K01, K02, K03, K04, \ |
| 26 | K11, K12, K13, K14, \ | 32 | K11, K12, K13, K14, \ |
