diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-27 07:41:50 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-27 07:41:50 -0700 |
commit | 21dbae5d46e495e52e9cbca463a07fa6abe9ce88 (patch) | |
tree | d7b2881fb3dff062f03d312e1234bf35df74392d /keyboards/jj50/rules.mk | |
parent | 7b2b9b64ec1054644ceba88edc3f9aa6cf991bc4 (diff) |
JJ50 Refactor and updates (#3241)
* Matrix Refactor
* Configurator update
* Rules update: add LAYOUTS = ortho_5x12
* Readme update
Diffstat (limited to 'keyboards/jj50/rules.mk')
-rw-r--r-- | keyboards/jj50/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/jj50/rules.mk b/keyboards/jj50/rules.mk index 13e8131485..4cc9018593 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 |