diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-11-21 22:29:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-21 14:29:37 -0800 |
commit | d1cf21bedee722e02e5af6a5e37dbc145c613716 (patch) | |
tree | 9a2676a09474352c2452ab0a700a492a0026e498 /keyboards/mokey/ginkgo65/rules.mk | |
parent | debb0ecb5da7bfd5f8b6b2f76d1d68c070073543 (diff) | |
download | qmk_firmware-d1cf21bedee722e02e5af6a5e37dbc145c613716.tar.gz qmk_firmware-d1cf21bedee722e02e5af6a5e37dbc145c613716.zip |
Mokey Ginkgo65 Layout Macro Refactor (#15233)
* rename LAYOUT to LAYOUT_65_ansi_blocker; enable Community Layout support
* refactor default keymaps
Updates grid alignment of keycodes, and adds a Function layer to the default keymap.
* refactor LAYOUT_iso into LAYOUT_65_iso_blocker_split_bs
Adds missing KC_NUBS position, and moves Enter keycode to home row (consistent with QMK Community Layout).
* remove LAYOUT_split_left_shift
With the changes to LAYOUT_65_iso_blocker_split_bs, LAYOUT_split_left_shift maps all the same positions, but in a different sequence, making it redundant.
* refactor LAYOUT_7u_space to LAYOUT_65_iso_blocker_tsangan_split_bs
Moves Enter keycode to home row.
* remove LAYOUT_split_space_1
LAYOUT_split_space_1 differs from LAYOUT_split_space_2 only in the sizes of the split spacebars, and I like the layout rendering of LAYOUT_split_space_2 better. :)
* refactor LAYOUT_split_space_2 into LAYOUT_all
ANSI Enter, split Backspace, split Left Shift, and Split Spacebar.
* add LAYOUT_65_ansi_blocker_split_bs
* add LAYOUT_65_ansi_blocker_tsangan_split_bs
* add LAYOUT_65_iso_blocker
* ginkgo65.h: touch-up block diagrams
* info.json: use maintainer's GitHub username
* bugfix layout macros
Position k1D wasn't being assigned on the ISO layouts or LAYOUT_all.
* rules.mk: update Community Layout support
Diffstat (limited to 'keyboards/mokey/ginkgo65/rules.mk')
-rw-r--r-- | keyboards/mokey/ginkgo65/rules.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/mokey/ginkgo65/rules.mk b/keyboards/mokey/ginkgo65/rules.mk index 4f1faaec80..807d606d83 100644 --- a/keyboards/mokey/ginkgo65/rules.mk +++ b/keyboards/mokey/ginkgo65/rules.mk @@ -19,3 +19,5 @@ NKRO_ENABLE = no # USB Nkey Rollover BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow AUDIO_ENABLE = no # Audio output + +LAYOUTS = 65_ansi_blocker 65_ansi_blocker_split_bs 65_iso_blocker 65_iso_blocker_split_bs |