Skip to content

Commit

Permalink
Add more community layout support to Discipline
Browse files Browse the repository at this point in the history
- Add 65_ansi_blocker support to Dsicipline as an alias to LAYOUT_65_ansi_2_right_mods
  • Loading branch information
brandonschlack committed Jun 22, 2020
1 parent 1ab8f96 commit 45ead42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions keyboards/coseyfannitutti/discipline/discipline.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
{ K40, K41, K42, _x_, _x_, _x_, K46, _x_, _x_, K49, K4A, _x_, K4C, K4D, K4E} \
}

#define LAYOUT_65_ansi_blocker LAYOUT_65_ansi_2_right_mods

#define LAYOUT_wkl_ansi_2_right_mods( \
K00, K01, K02, K03, K04, K05, K06, K07, K08, K09, K0A, K0B, K0C, K0D, K0E, \
K10, K11, K12, K13, K14, K15, K16, K17, K18, K19, K1A, K1B, K1C, K1D, K1E, \
Expand Down
2 changes: 1 addition & 1 deletion keyboards/coseyfannitutti/discipline/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ AUDIO_ENABLE = no # Audio output on port C6
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
HD44780_ENABLE = no # Enable support for HD44780 based LCDs

LAYOUTS = 65_ansi 65_iso
LAYOUTS = 65_ansi 65_ansi_blocker 65_iso

0 comments on commit 45ead42

Please sign in to comment.