diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2022-06-22 09:40:48 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 09:40:48 -0700 |
commit | 0a04064362509a37a9120804a8e2334a5104864e (patch) | |
tree | 5428c866953ac69c470abfe479ab1a2219c346cc /keyboards/chaos65/rules.mk | |
parent | 27f9e4775e79befb4384ec86112d0d5eb1732759 (diff) |
Chaos 65 Community Layout Support (#17447)
* move ISO Enter position to home row
This commit makes the ISO layout macros compatible with QMK's `65_iso_blocker` and `65_iso_blocker_tsangan` community layouts.
* info.json: apply friendly formatting
- add key labels
- add line breaks between physical rows
* enable Community Layout support
* chaos65.h: add matrix diagram
Diffstat (limited to 'keyboards/chaos65/rules.mk')
-rw-r--r-- | keyboards/chaos65/rules.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/chaos65/rules.mk b/keyboards/chaos65/rules.mk index af8999cf41..61b4081964 100644 --- a/keyboards/chaos65/rules.mk +++ b/keyboards/chaos65/rules.mk @@ -15,4 +15,6 @@ COMMAND_ENABLE = no # Commands for debug and configuration NKRO_ENABLE = yes # Enable N-Key Rollover BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow -AUDIO_ENABLE = no # Audio output +AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi_blocker 65_ansi_blocker_tsangan 65_iso_blocker |