[Keyboard] Add three missing layouts (#7441)
* Add three missing default layouts * Add layout support to tragicforce68 * Not really 68% * Fix dumb mistake * Update info.json too * Apply suggestions from code review
This commit is contained in:
parent
02412156d5
commit
78954a0d3e
22 changed files with 368 additions and 11 deletions
|
|
@ -21,7 +21,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define _x_ KC_NO
|
||||
|
||||
#define LAYOUT_iso( \
|
||||
#define LAYOUT_65_iso_blocker( \
|
||||
K0D, K0C, K0B, K0A, K09, K08, K07, K06, K05, K04, K03, K02, K01, K00, K0E, \
|
||||
K1D, K1C, K1B, K1A, K19, K18, K17, K16, K15, K14, K13, K12, K11, K1E, \
|
||||
K2D, K2C, K2B, K2A, K29, K28, K27, K26, K25, K24, K23, K22, K10, K21, K2E, \
|
||||
|
|
@ -56,3 +56,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
}
|
||||
|
||||
#define LAYOUT LAYOUT_65_ansi_blocker // added to not break existing checked in keymaps
|
||||
#define LAYOUT_iso LAYOUT_65_iso_blocker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue