From 21dbae5d46e495e52e9cbca463a07fa6abe9ce88 Mon Sep 17 00:00:00 2001 From: noroadsleft <18669334+noroadsleft@users.noreply.github.com> Date: Wed, 27 Jun 2018 07:41:50 -0700 Subject: JJ50 Refactor and updates (#3241) * Matrix Refactor * Configurator update * Rules update: add LAYOUTS = ortho_5x12 * Readme update --- keyboards/jj50/rules.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'keyboards/jj50/rules.mk') diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk index 13e813148..4cc901859 100644 --- a/keyboards/jj50/rules.mk +++ b/keyboards/jj50/rules.mk @@ -27,7 +27,7 @@ F_CPU = 12000000 # Bootloader # This definition is optional, and if your keyboard supports multiple bootloaders of -# different sizes, comment this out, and the correct address will be loaded +# different sizes, comment this out, and the correct address will be loaded # automatically (+60). See bootloader.mk for all options. BOOTLOADER = bootloadHID @@ -63,3 +63,5 @@ endif # programming options PROGRAM_CMD = ./keyboards/ps2avrGB/program $(TARGET).hex + +LAYOUTS = ortho_5x12 -- cgit v1.2.3