James Young
0379d1f59e
DC60: Fix 2u Backspace Support ( #22533 )
2023-11-23 05:08:07 +00:00
James Young
6e6fff866e
Fix typo in docs/feature_tri_layer.md ( #22232 )
...
`Stes` -> `Sets`
2023-10-09 09:37:21 +01:00
James Young
63b48f5096
Move orphaned Yugo-M files ( #22211 )
...
Moves files that were left behind by #14996 .
[bugfix]
2023-10-06 01:34:14 +01:00
James Young
6e93b59f61
Monstargear XO87 Soldered: correct layout data ( #22199 )
...
Correct key positions on the bottom row for `LAYOUT_tkl_ansi_tsangan`.
[chore]
2023-10-04 11:17:01 +01:00
James Young
ab1e851e7d
4pplet Eagle/Viper Rep Rev.A Layout Additions II ( #22161 )
2023-09-29 00:30:59 -07:00
James Young
f214ee7f3a
Rura66 Layout Data ( #22155 )
...
* Friendly-format `info.json`
[style]
* Update layout data
- separate keyboard halves
- add vertical stagger
[refactor]
2023-09-28 21:55:14 -07:00
James Young
0edc68f7cd
HnahKB Freyr Layout Additions ( #22150 )
...
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_tkl_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_tsangan`
[enhancement]
* Add `LAYOUT_tkl_ansi_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_wkl`
[enhancement]
* Add `LAYOUT_tkl_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_tsangan`
[enhancement]
* Add `LAYOUT_tkl_iso_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_wkl`
[enhancement]
* Extend Community Layout support
Add as supported layouts:
- `tkl_ansi_split_bs_rshift`
- `tkl_ansi_tsangan`
- `tkl_ansi_tsangan_split_bs_rshift`
- `tkl_iso_split_bs_rshift`
- `tkl_iso_tsangan`
- `tkl_iso_tsangan_split_bs_rshift`
[enhancement]
2023-09-28 21:34:30 -07:00
James Young
4a855bd2d1
GMMK2 65% ISO Community Layout Support ( #22152 )
...
* Refactor `LAYOUT` into `LAYOUT_65_iso_blocker`
Move the Enter key to the end of the home row for Community Layout
compatibility.
[chore] [refactor]
* Enable Community Layout support
[enhancement]
2023-09-28 21:30:07 +01:00
James Young
a7afa58fb6
YMDK Melody96 Break-Up ( #22121 )
2023-09-24 22:39:18 -07:00
James Young
a69262398f
KC60 Layout Standardization and Cleanup ( #22125 )
...
* Refactor `dbroqua` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `dbroqua_hhkb` keymap
- use `layer_names` enum
- use QMK-native alias for `KC_TRNS`
- apply four-space indent
- grid-align keycodes
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Touch-up `default` keymap
- fix keycode grid alignment
[style]
* Refactor `sgoodwin` keymap
- grid-align keycodes
- apply four-space indent
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Refactor `stanleylai` keymap
- delete `config.h` (use RGB config from keyboard `info.json`)
- fixes non-compilation
- use `layer_names` enum
- use four-space indent
- update keycode grid alignment
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[bugfix] [refactor]
* Touch-up `via` keymap
- fix keycode grid alignment
[style]
* Refactor `wigguno` keymap
- use four-space indent
- use QMK-native keycode alias for `KC_DELETE`
- refactor keymap to use `LAYOUT_all` macro.
- The keycode for position [4, 9] (right half of Split Backspace)
moves to the top row.
- The keycodes for positions [3, 12] and [3, 13] (1.75u/1u Split
RShift) switch positions.
[refactor]
* Remove `LAYOUT` macro
Superseded by `LAYOUT_all`.
[chore]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_tsangan_hhkb`
[enhancement]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Add `LAYOUT_60_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso`
[enhancement]
* Add `LAYOUT_60_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_60_iso_tsangan`
[enhancement]
* Add `LAYOUT_60_hhkb`
[enhancement]
* Add `LAYOUT_60_true_hhkb`
[enhancement]
* Add layout/matrix diagram
[docs]
* Add `LAYOUT_60_abnt2`
[enhancement]
* Extend Community Layout support
Add support for community layouts:
- `60_ansi_split_bs_rshift`
- `60_ansi_tsangan`
- `60_tsangan_hhkb`
- `60_hhkb`
- `60_abnt2`
- `60_iso`
- `60_iso_split_bs_rshift`
- `60_iso_tsangan`
[enhancement]
* Fix `LAYOUT_60_abnt2` support
[bugfix]
2023-09-24 15:29:44 -07:00
James Young
f8884640b0
YMDK Melody96 Matrix Touch-Up ( #22113 )
...
* Correct layout/matrix diagram
Correct swapped designations for ANSI Backslash and ANSI Enter keys.
[docs]
* Correct matrix data
Correct the matrix data for:
- `LAYOUT_all`
- `LAYOUT_96_ansi`
- `LAYOUT_96_ansi_splitbs`
which all had the matrix positions for ANSI Backslash and ANSI Enter swapped.
[bugfix]
* Implement `LAYOUT_hotswap` directly
Implement `LAYOUT_hotswap` as its own layout, instead of aliasing it to
`LAYOUT_96_ansi`.
[bugfix]
* Specify primary support for Soldered PCBs
Current version of codebase primarily supports Soldered PCBs.
[enhancement] [docs]
2023-09-24 00:57:08 -07:00
James Young
9a5b631ed6
GMMK2 96% ISO: Correct layout data ( #22101 )
2023-09-22 23:17:15 -07:00
James Young
e001c3349b
Shoc: physically arrange keymaps/layout macro ( #22100 )
2023-09-22 19:55:25 -07:00
James Young
5cc5270aaf
Royal Kludge RK G68 Community Layout Support ( #22103 )
...
* Rename `LAYOUT` to `LAYOUT_65_ansi`
[refactor]
* Enable Community Layout support
[enhancement]
* Touch-up keymaps
- fix keycode grid alignment
[style]
* Touch-up readme
- link to maintainer's GitHub profile
- specify codebase is for RGB version of RK G68
- update Hardware Availability links
[docs]
2023-09-22 15:59:41 -07:00
James Young
e91bf4583f
Quarkeys Studio Z67 Hotswap Community Layout Support ( #22096 )
2023-09-20 22:16:22 -07:00
James Young
f543a44836
Quarkeys Studio Z67 Solder Community Layout Support ( #22095 )
2023-09-20 22:15:45 -07:00
James Young
05dfe9f9c5
Alchemist Keyboards OGRN Layout Addition ( #22080 )
...
* Add layout/matrix diagram
[docs]
* Friendly-format `info.json`
[style]
* Add `LAYOUT_ortho_5x4`
[enhancement]
* Touch-up keymaps
- update grid-alignment (layer-to-layer consistency)
- fix box drawings
[style]
* Extend Community Layout support
Add `ortho_5x4` to supported Community Layouts.
[enhancement]
2023-09-19 23:35:37 -07:00
James Young
2742935c54
SapuSeven MacroPad12: rename LAYOUT to LAYOUT_ortho_3x4 ( #22081 )
2023-09-20 00:42:12 +01:00
James Young
4ce3a1c1e9
Ubest VN Community Layout Support ( #22070 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_65_ansi_split_bs`
[enhancement]
* Add `LAYOUT_65_ansi`
[enhancement]
* Add `LAYOUT_65_iso_split_bs`
[enhancement]
* Add `LAYOUT_65_iso`
[enhancement]
* Enable Community Layout support
[enhancement]
* Touch-up keymaps
- apply four-space indent
- grid-align keycodes
[style]
2023-09-19 15:08:09 -07:00
James Young
56a87efbac
DZTech Pluto Community Layout support ( #22069 )
...
* Add layout/matrix diagram
[docs]
* Friendly-format `info.json`
- apply four-space indent
- sort JSON keys in layout objects
[style]
* Correct `LAYOUT_all` data
Correct key sizes/positions of:
- ANSI Backslash [1, 13]
- ANSI Enter [1, 14]
- Fn [3, 13]
[chore]
* Correct `LAYOUT_iso` data
Correct position of Fn key [3, 13].
[chore]
* Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_tsangan`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_wkl`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_tsangan`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_wkl`
[enhancement]
* Enable Community Layout support
[enhancement]
* Touch-up keymaps
Update keycode grid alignment.
[style]
2023-09-19 14:32:16 -07:00
James Young
cd095c817e
Wolf Ziggurat Layout Additions ( #22053 )
...
* Add layout/matrix diagram
[docs]
* Friendly-format `info.json`
[style]
* Touch-up layout data
Move the ISO Hash key to the main key area.
[chore]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_65_xt_ansi_blocker_tsangan`
[enhancement]
* Add `LAYOUT_65_xt_iso_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_65_xt_iso_blocker_tsangan`
[enhancement]
2023-09-17 21:57:03 -07:00
James Young
6ba53f661a
Wolf Silhouette Community Layout Support ( #22052 )
...
* Add layout/matrix diagram
[docs]
* Friendly-format `info.json`
[style]
* Touch-up layout data
Move the ISO Hash key to the main key area.
[chore]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_tsangan`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_wkl`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_tsangan`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_wkl`
[enhancement]
* Enable Community Layout support
[enhancement]
2023-09-17 21:26:13 -07:00
James Young
25df4ba6bd
Wolf Neely65 Touch-Up ( #22045 )
...
* Add layout/matrix diagram
[docs]
* Friendly-format `info.json`
[style]
* Touch-up keymaps
- grid-align keycodes
- use QMK-native keycode aliases
[refactor]
* Fix keymaps
Fix keycodes being assigned out of order with respect to `info.json`.
- move XT function keys to left side
- move keycodes for position [2, 14] from Home Row to Number Row
[bugfix]
* Rename `LAYOUT` to `LAYOUT_65_xt_ansi_blocker_tsangan_wkl_split_bs`
[refactor]
* Add `LAYOUT_65_xt_ansi_blocker_tsangan_wkl`
[enhancement]
2023-09-17 20:50:14 -07:00
James Young
b5181e3d06
Viktus Styrka Topre Layout Standardization and Touch-Up ( #22044 )
...
* Add layout/matrix diagram
[docs]
* Alias `LAYOUT_all` to `LAYOUT_split_6u`
`LAYOUT_all` and `LAYOUT_split_6u` represent the same matrix positions
and sequence, so implement the former as an alias.
[refactor]
* Touch-up keymaps
- grid-align keycodes
- use QMK-native keycode aliases
[chore]
* Friendly-format `info.json`
[style]
* Correct layout data
Correct key sizes/positioning on the bottom row.
[chore]
* Rename `LAYOUT_2u_6u` to `LAYOUT_65_xt_ansi_blocker`
[refactor]
* Rename `LAYOUT_2u_7u` to `LAYOUT_65_xt_ansi_blocker_tsangan`
[refactor]
* Rename `LAYOUT_split_6u` to `LAYOUT_65_xt_ansi_blocker_split_bs`
[refactor]
* Rename `LAYOUT_split_7u` to `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs`
[refactor]
2023-09-17 20:17:51 -07:00
James Young
4162d1f056
Sho Studios ARC Layout Addition ( #22037 )
...
* Add layout/matrix diagram
[docs]
* Format `info.json`
Apply four-space indent.
[style]
* Add `LAYOUT_ansi_split_bs`
[enhancement]
2023-09-16 14:19:09 -07:00
James Young
6b1b746f66
RuckerMachine RM Fullsize Layout Additions ( #22036 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_fullsize_108_ansi`
[enhancement]
* Add `LAYOUT_fullsize_108_ansi_tsangan`
[enhancement]
2023-09-16 13:41:40 -07:00
James Young
71d5d14c13
Rico Phoenix Project No. 1 Layout Additions ( #22035 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_65_ansi_rwkl_split_bs`
[enhancement]
* Add `LAYOUT_65_ansi_rwkl`
[enhancement]
* Add `LAYOUT_65_ansi_wkl_split_bs`
[enhancement]
* Add `LAYOUT_65_ansi_wkl`
[enhancement]
* Add `LAYOUT_65_iso_rwkl_split_bs`
[enhancement]
* Add `LAYOUT_65_iso_rwkl`
[enhancement]
* Add `LAYOUT_65_iso_wkl_split_bs`
[enhancement]
* Add `LAYOUT_65_iso_wkl`
[enhancement]
2023-09-15 16:39:34 -07:00
James Young
4767554562
Raindrop Layout Updates ( #22032 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT_all` to `LAYOUT_64_ansi_split_bs`
[refactor]
* Add `LAYOUT_60_ansi_split_bs_rshift`
[enhancement]
2023-09-15 15:25:52 -07:00
James Young
49f1cbd40e
Neson Design Nico Layout Additions ( #22027 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_65_xt_ansi_blocker_split_bs`
[refactor]
* Add `LAYOUT_65_xt_ansi_blocker`
[enhancement]
* Add `LAYOUT_65_xt_ansi_blocker_tsangan`
[enhancement]
* Add `LAYOUT_65_xt_ansi_blocker_tsangan_split_bs`
[enhancement]
* Touch-up keymaps
- grid-align keycodes
- use four-space indent
- use QMK-native keycode aliases
[refactor]
* Update `via` keymap
Update the `via` keymaps to have the same key assignments as the
`default` keymap, which is more fleshed out.
[chore]
2023-09-15 00:47:10 -07:00
James Young
06dfa1cafc
Nix Studio Lilith Layout Additions ( #22028 )
...
* Add layout/matrix diagram
[docs]
* Sort keys in `info.json`
[style]
* Add `LAYOUT_65_ansi_blocker_split_bs`
[enhancement]
* Add `LAYOUT_65_ansi_blocker_tsangan`
[enhancement]
* Add `LAYOUT_65_iso_blocker_split_bs`
[enhancement]
* Add `LAYOUT_65_iso_blocker_tsangan_split_bs`
[enhancement]
* Extend Community Layout support
[enhancement]
2023-09-14 23:18:28 -07:00
James Young
598303fa95
OwLab Jelly Evolv Solder Layout Additions ( #22029 )
...
* Add layout/matrix diagram
[docs]
* Friendly-format `info.json`
[style]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_ansi_blocker`
[enhancement]
* Add `LAYOUT_ansi_blocker_split_bs`
[enhancement]
* Add `LAYOUT_ansi_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_ansi_blocker_tsangan`
[enhancement]
* Add `LAYOUT_iso_blocker`
[enhancement]
* Add `LAYOUT_iso_blocker_split_bs`
[enhancement]
* Add `LAYOUT_iso_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_iso_blocker_tsangan`
[enhancement]
2023-09-14 18:07:48 -07:00
James Young
3d86b92511
QVEX Tech Lynepad2 Layout Update ( #22030 )
...
* Add layout/matrix diagram
[docs]
* Update layout data
Update layout data to disambiguate the key/joystick/thumbpad functions
in Configurator.
[chore]
2023-09-14 23:47:03 +01:00
James Young
4f26a8b308
MonsGeek M1: Correct layout data ( #22026 )
...
Apply vertical offset to the arrow keys.
[chore]
2023-09-14 21:37:24 +01:00
James Young
58c2dae32e
Mode M256-WH Community Layout Support ( #22019 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_65_ansi_blocker`
[refactor]
* Add `LAYOUT_65_ansi_blocker_tsangan`
[enhancement]
* Enable Community Layout support
[enhancement]
2023-09-14 12:44:07 -07:00
James Young
294fc6caef
Mode M256-WS Community Layout Support ( #22020 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_65_ansi_blocker_split_bs`
[enhancement]
* Add `LAYOUT_65_ansi_blocker`
[enhancement]
* Add `LAYOUT_65_ansi_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_65_ansi_blocker_tsangan`
[enhancement]
* Add `LAYOUT_65_iso_blocker_split_bs`
[enhancement]
* Add `LAYOUT_65_iso_blocker`
[enhancement]
* patch `LAYOUT_65_iso_blocker_split_bs`
* patch `LAYOUT_65_iso_blocker`
* Add `LAYOUT_65_iso_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_65_iso_blocker_tsangan`
[enhancement]
* Enable Community Layout support
[enhancement]
2023-09-14 12:07:22 -07:00
James Young
269c7b6e5b
Mechlovin Zed65 910 Layout Standardization ( #22018 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT_65_iso_tsangan_split_bs` to `LAYOUT_iso_split_bs`
[refactor]
* Rename `LAYOUT_65_ansi_tsangan` to `LAYOUT_ansi`
[refactor]
* Rename `LAYOUT_65_ansi_blocker_tsangan` to `LAYOUT_ansi_blocker_tsangan`
[refactor]
* Rename `LAYOUT_65_ansi_tsangan_split_bs` to `LAYOUT_all`
[refactor]
2023-09-14 10:57:44 -07:00
James Young
cfe52b6e6e
Maze Studio Jocker 1800 Layout Additions ( #22016 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_ansi_split_bs`
[refactor]
* Add `LAYOUT_ansi`
[enhancement]
* Add `LAYOUT_ansi_wkl_split_bs`
[enhancement]
* Add `LAYOUT_ansi_wkl`
[enhancement]
2023-09-14 10:20:14 -07:00
James Young
78eb69ead5
Linworks Fave60a Community Layout Support ( #22015 )
...
* Friendly-format `info.json`
[style]
* Correct layout data
[chore]
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_60_tsangan_hhkb`
[refactor]
* Add `LAYOUT_60_ansi_tsangan`
[enhancement]
* Enable Community Layout support
[enhancement]
2023-09-14 02:48:09 -07:00
James Young
02e6c04ac2
Krado Industries Promenade Layout Additions ( #22014 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Correct key order
[bugfix]
* Add `LAYOUT_2x2u`
[enhancement]
* Add `LAYOUT_2x3u`
[enhancement]
* Add `LAYOUT_6u_space`
[enhancement]
* Add `LAYOUT_7u_space`
[enhancement]
* Touch-up `via` keymap
Update keycode grid alignment to match the `default` keymap.
[style]
2023-09-14 02:16:04 -07:00
James Young
9f0f39555c
Kopibeng XT87 Layout Additions & Touch-Up ( #22002 )
...
* Add `LAYOUT_tkl_ansi_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_ansi_wkl`
[enhancement]
* Add `LAYOUT_tkl_iso_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_iso_wkl`
[enhancement]
* Correct layout data
Correct key positioning on the function row.
[enhancement]
* Friendly-format `info.json`
[style]
* Move ISO Enter to Home Row
Corrects the implementation of the ISO Community Layouts.
[bugfix]
2023-09-13 19:43:31 -07:00
James Young
f4a702e49f
Kibou Suisei Layout Addition ( #22001 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_65_ansi_blocker_tsangan_wkl_split_bs`
[refactor]
* Add `LAYOUT_65_ansi_blocker_tsangan_wkl`
[enhancement]
2023-09-13 18:06:19 -07:00
James Young
32f060366f
Keebio NyquistPad Layout Updates ( #22000 )
...
* Rename `LAYOUT` to `LAYOUT_ortho_5x6`
[refactor]
* Add `LAYOUT_ortho_5x6_1x2u`
[enhancement]
2023-09-13 17:47:25 -07:00
James Young
c6841a51de
Jaykeeb Sebelas: Standardize Layout Names ( #21999 )
...
* Rename `LAYOUT_65_ansi_blocker` to `LAYOUT_ansi_blocker`
[refactor]
* Rename `LAYOUT_65_ansi_blocker_split_bs` to `LAYOUT_ansi_blocker_split_bs`
[refactor]
* Rename `LAYOUT_65_ansi_blocker_tsangan` to `LAYOUT_ansi_blocker_tsangan`
[refactor]
* Rename `LAYOUT_65_ansi_blocker_tsangan_split_bs` to `LAYOUT_ansi_blocker_tsangan_split_bs`
[refactor]
2023-09-13 14:54:46 -07:00
James Young
5a69d3006a
Merge remote-tracking branch 'upstream/master' into develop
...
Fixes a merge conflict originating from #21998
(33d7fa1180 ).
2023-09-13 14:28:26 -07:00
James Young
33d7fa1180
Inland MK47 Community Layout Support ( #21998 )
...
* Rename `LAYOUT` to `LAYOUT_planck_mit`
[refactor]
* Enable Community Layout support
[enhancement]
* Touch-up keymaps
- grid-align keycodes
[style]
2023-09-13 13:44:05 -07:00
James Young
e6ce481179
Handwired ScottoKeebs Configurator Updates ( #21990 )
...
* ScottoKeebs ScottoAlp: Correct layout data
[enhancement]
* ScottoKeebs ScottoCMD: Correct layout data
[enhancement]
* ScottoKeebs ScottoErgo: Correct layout data
Add hand separation and vertical stagger to the layout data.
[enhancement]
* ScottoKeebs ScottoFrog: Correct layout data
[enhancement]
* ScottoKeebs ScottoGame: Correct layout data
[enhancement]
* ScottoKeebs ScottoInvader: Correct layout data
[enhancement]
* ScottoKeebs ScottoNum: Correct layout data
[enhancement]
* ScottoKeebs ScottoSplit: Correct layout data
[enhancement]
* ScottoKeebs ScottoStarter: Correct layout data
[enhancement]
2023-09-12 23:05:10 -07:00
James Young
4468662d64
Gray Studio Think65 v3 Layout Additions ( #21930 )
...
* Add layout/matrix diagram
[docs]
* Format `info.json` as strict JSON
[style]
* Add `LAYOUT_all`
[enhancement]
* Refactor keymaps to use `LAYOUT_all`
Refactor the `default` and `via` keymaps to use the `LAYOUT_all` macro.
- change second Left Shift key to `KC_NUBS`
- insert `KC_NUHS` keycode
- update keycode grid alignment
- remove trailing whitespace
[refactor]
* Rename `LAYOUT_65_blocker` to `LAYOUT_ansi_blocker`
[refactor]
* Rename `LAYOUT_65_iso_blocker` to `LAYOUT_iso_blocker`
[refactor]
* Correct `LAYOUT_iso_blocker` matrix data
The Quote key was mapped as [1, 14] instead of [2, 12].
[bugfix]
* Add `LAYOUT_ansi_blocker_split_bs`
[enhancement]
* Add `LAYOUT_ansi_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_ansi_blocker_tsangan`
[enhancement]
* Add `LAYOUT_iso_blocker_split_bs`
[enhancement]
* Add `LAYOUT_iso_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_iso_blocker_tsangan`
[enhancement]
2023-09-12 13:57:25 -07:00
James Young
91e0e46e4a
Drewkeys Mercury65 Layout Additions ( #21924 )
...
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add layout/matrix diagram
[docs]
* Correct `LAYOUT_all` data
Correct the order of the Up arrow and End keys.
[enhancement]
* Tidy-up `info.json` formatting
- add line breaks between physical rows
- remove trailing spaces
[style]
* Add `LAYOUT_iso_blocker_split_bs`
[enhancement]
* Add `LAYOUT_iso_blocker_tsangan_split_bs`
[enhancement]
* Add `LAYOUT_ansi_blocker_split_bs`
[enhancement]
* Add `LAYOUT_ansi_blocker_tsangan_split_bs`
[enhancement]
2023-09-12 12:57:45 -07:00
James Young
9a29ddf6af
dnworks FRLTKL Community Layout support ( #21922 )
...
* Add layout/matrix diagram
[docs]
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add `LAYOUT_tkl_nofrow_iso_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_tsangan`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_iso_wkl`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_tsangan_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_tsangan`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_wkl_split_bs_rshift`
[enhancement]
* Add `LAYOUT_tkl_nofrow_ansi_wkl`
[enhancement]
* Enable Community Layout support
[enhancement]
2023-09-09 12:15:57 -07:00
James Young
4875bcecc2
customMK EVO70 R2 Layout Additions ( #21916 )
...
* Rename `LAYOUT` to `LAYOUT_all`
[refactor]
* Add layout/matrix diagram
[docs]
* Correct layout data
Reduce the gap between the encoder/macro section and the alphanumeric
section by 0.25u.
[enhancement]
* Add `LAYOUT_ansi_blocker`
[enhancement]
* Add `LAYOUT_iso_blocker`
[enhancement]
* Fix redundant `layout_aliases` keys
per dunk2k
[bugfix]
2023-09-08 19:11:07 -07:00
James Young
3e3320e8d9
Cipulot EC Theca Community Layout Support ( #21913 )
...
* Alias `LAYOUT_all` as `LAYOUT_tkl_ansi`
The data for `LAYOUT_all` and `LAYOUT_tkl_ansi` is identical, so alias
the former to the latter to reduce redundancy.
[refactor]
* Rename `LAYOUT_tkl_ansi_tsangan_wkl` to `LAYOUT_tkl_ansi_wkl`
[refactor]
* Enable Community Layout support
[enhancement]
2023-09-07 13:53:16 -07:00
James Young
c783325e16
GMMK2 96% ANSI: Correct layout data ( #21937 )
...
[enhancement]
2023-09-06 19:57:24 +01:00
James Young
7fb60519ee
GMMK2 65% ISO: Correct layout data ( #21925 )
...
Correct key sizes/positioning on the right side of the board.
2023-09-06 00:46:29 +01:00
James Young
6aa3814f6e
CannonKeys BastionTKL Layout Additions ( #21901 )
...
* [docs] add layout/matrix diagram
* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_ansi_tsangan
* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan
* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi
* [enhancement] correct LAYOUT_tkl_iso key order
* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift
* [enhancement] add LAYOUT_tkl_iso_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_iso_tsangan
* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso
* [enhancement] add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso_tsangan
* [enhancement] extend Community Layout support
2023-09-05 00:48:35 -07:00
James Young
809865e9ee
CannonKeys Bastion65 Layout Additions ( #21888 )
...
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_65_ansi_blocker_split_bs
* [enhancement] add LAYOUT_65_ansi_blocker
* [enhancement] add LAYOUT_65_ansi_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_65_ansi_blocker_tsangan
* [enhancement] add LAYOUT_65_iso_blocker_split_bs
* [enhancement] add LAYOUT_65_iso_blocker
* [enhancement] add LAYOUT_65_iso_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_65_iso_blocker_tsangan
* [enhancement] enable Community Layout support
2023-09-05 00:21:15 -07:00
James Young
2f243e2817
CannonKeys Bastion60 Layout Additions ( #21887 )
...
* [bugfix] correct LAYOUT_60_iso_tsangan key order
* [docs] add layout/matrix diagram
* [enhancement] add LAYOUT_60_tsangan_hhkb
* [enhancement] add LAYOUT_60_ansi_tsangan
* [enhancement] add LAYOUT_60_iso
* [enhancement] add LAYOUT_60_iso_split_bs_rshift
* [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_60_hhkb
* [enhancement] extend Community Layout support
2023-09-04 23:55:24 -07:00
James Young
2f517041c7
CannonKeys Bastion75 Layout Additions ( #21899 )
...
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_ansi_blocker_split_bs
* [enhancement] add LAYOUT_ansi_blocker
* [enhancement] add LAYOUT_ansi_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_ansi_blocker_tsangan
* [enhancement] add LAYOUT_iso_blocker_split_bs
* [enhancement] add LAYOUT_iso_blocker
* [enhancement] add LAYOUT_iso_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_iso_blocker_tsangan
2023-09-04 23:34:23 -07:00
James Young
fd095bbfae
Chosfox CF81: correct layout data ( #21902 )
2023-09-04 07:56:43 +01:00
James Young
9eaa8a24ed
ANAVI Macro Pad 12: rename LAYOUT to LAYOUT_ortho_4x3 ( #21886 )
...
[refactor]
2023-09-03 23:17:53 -07:00
James Young
dd17b6be29
AH Haven80 Community Layout support ( #21885 )
...
* [enhancement] correct layout data
* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan
* [enhancement] enable Community Layout support
* Haven80 Solder: add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
[enhancement]
* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan_split_bs_rshift
[enhancement]
* Haven80 Solder: add LAYOUT_tkl_f13_iso_tsangan
[enhancement]
* Haven80 Solder: extend Community Layout support
[enhancement]
2023-09-03 22:39:35 -07:00
James Young
4b1aa1640c
AH Haven65 Community Layout support ( #21880 )
...
* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker
* [enhancement] enable Community Layout support
2023-09-01 01:36:53 -07:00
James Young
ab9e74ad5e
Abko AK84BT Layout Touch-Up ( #21876 )
...
* [refactor] rename LAYOUT_75_ansi to LAYOUT
* [enhancement] touch-up layout
2023-08-31 23:53:20 -07:00
James Young
faa7c1a1d8
1UpKeyboards Pi60 Layout Additions ( #21874 )
...
* [refactor] rename LAYOUT_60_ansi to LAYOUT_all
* [enhancement] add LAYOUT_60_ansi
* [enhancement] add LAYOUT_60_ansi_split_bs_rshift
* [enhancement] add LAYOUT_60_ansi_tsangan
* [enhancement] add LAYOUT_60_tsangan_hhkb
* [enhancement] add LAYOUT_60_iso
* [enhancement] add LAYOUT_60_iso_split_bs_rshift
* [enhancement] add LAYOUT_60_iso_tsangan
* [enhancement] add LAYOUT_60_iso_tsangan_split_bs_rshift
* [enhancement] enable Community Layout support
* [enhancement] add LAYOUT_60_hhkb
* [enhancement] add LAYOUT_60_ansi_arrow
* [enhancement] add LAYOUT_60_iso_arrow
* [docs] add layout/matrix diagram
2023-08-31 22:34:28 -07:00
James Young
7fbc4153e8
Automata02 Alisaie Develop Touch-Up ( #21630 )
2023-08-02 01:15:56 -07:00
James Young and Joel Challis
eab315e935
Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux ( #21653 )
...
Co-authored-by: Joel Challis <git@zvecr.com >
2023-08-01 22:49:58 -07:00
James Young
5369d806bc
AMJKeyboard AMJ84 Develop Touch-Up ( #21645 )
...
* [style] refactor default keymap, phase 1
- grid-align keycodes
- use QMK-native keycode aliases
- update box drawings
* [refactor] refactor default keymap, phase 2
- move position [5, 8] to the top row
- update keycode grid alignment
* [refactor] refactor default keymap, phase 3
- remove matrix position [5, 9]
2023-07-31 23:38:46 +01:00
James Young
3597872702
Automata02 Alisaie Touch-Up ( #21552 )
...
* [style] friendly-format info.json
* [chore] remove key labels from info.json
* [chore] correct layout data
Fix a misleading Configurator implementation, and incorrect key sizes
and positioning on the bottom row.
* [chore] re-add key labels to info.json
2023-07-20 01:37:17 -07:00
James Young
5d0d39b522
HolySwitch Lightweight65 Community Layout Support ( #21550 )
...
* [chore] rename LAYOUT to LAYOUT_65_ansi_blocker
* [enhancement] enable Community Layout support
2023-07-19 22:16:17 -07:00
James Young
5252f7f697
Keychron V4 Touch-Up ( #21545 )
...
* Keychron V4 ANSI: rename LAYOUT_ansi_61 to LAYOUT_60_ansi
* Keychron V4 ANSI: enable Community Layout support
* Keychron V4 ISO: correct layout data
Move position [3, 1] up by 0.25u.
* Keychron V4 ISO: rename LAYOUT_iso_62 to LAYOUT_60_iso
* Keychron V4 ISO: enable Community Layout support
2023-07-17 19:48:11 -07:00
James Young
30f52ea770
GMMK2 65% ANSI Touch-Up ( #21544 )
...
* [chore] correct layout data
* [chore] rename LAYOUT to LAYOUT_65_ansi_blocker
Also adds a layout alias so as to not have to edit the user keymaps.
* [enhancement] enable Community Layout support
2023-07-17 13:48:15 -07:00
James Young
f1aabbfdfa
AliceH66 Pianoforte Hotswap Touch-Up ( #21542 )
...
* [refactor] rename LAYOUT_tkl_ansi to LAYOUT_tkl_f13_ansi
* [enhancement] enable Community Layout support
* [chore] correct layout data
Correct the position of the spacebar.
2023-07-17 10:31:27 -07:00
James Young
27b92277a9
CMM.Studio Fuji65 Layout Additions ( #21501 )
2023-07-10 20:46:44 -07:00
James Young
f8901fd15d
DTIsaac01 Layout Additions and Touch-Up ( #21505 )
2023-07-10 20:46:20 -07:00
James Young
29e27f63c0
AliceH66 Pianoforte Touch-Up ( #21504 )
2023-07-10 20:45:51 -07:00
James Young
aa91d98531
Artemis Paragon Layout Additions ( #21479 )
...
* [docs] hotswap version: add layout/matrix diagram
* [docs] soldered version: add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] hotswap version: add LAYOUT_ansi_rwkl_split_bs
* [enhancement] hotswap version: add LAYOUT_ansi_rwkl
* [enhancement] hotswap version: add LAYOUT_ansi_wkl_split_bs
* [enhancement] hotswap version: add LAYOUT_ansi_wkl
* [enhancement] soldered version: add LAYOUT_iso_rwkl_split_space_split_bs
* [enhancement] soldered version: add LAYOUT_iso_rwkl_split_space
* [enhancement] soldered version: add LAYOUT_iso_rwkl_split_bs
* [enhancement] soldered version: add LAYOUT_iso_rwkl
* [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_space_split_bs
* [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_space
* [enhancement] soldered version: add LAYOUT_ansi_rwkl_split_bs
* [enhancement] soldered version: add LAYOUT_ansi_rwkl
2023-07-08 07:47:31 -07:00
James Young
636093f75d
Mechlovin Zed65 rev1 Develop Touch-Up ( #21476 )
2023-07-08 01:16:19 -07:00
James Young
ddc4571986
AMJKeyboard AMJ84 Touch-Up ( #21463 )
2023-07-08 00:57:47 +10:00
James Young
63872f990b
4pplet Eagle Viper Rev B: correct LAYOUT_all data ( #21458 )
...
Corrects the position of the Right Ctrl key.
2023-07-05 18:42:12 -07:00
James Young
13f719169e
Smith & Rune Iron160 Soldered Touch-Up ( #21377 )
2023-07-03 03:38:12 -07:00
James Young
c3cd05c510
Kibou Wendy Layout Additions and Touch-Up ( #21367 )
...
* [style] refactor keymaps
- use four-space indent
- grid-align keycodes
- use QMK-native keycode aliases
* [style] friendly-format info.json
* [chore] remove key overlaps in layout data
* [chore] correct key sequence
* [chore] add key labels
Add `label` keys to the JSON layout data to disambiguate which keys each
object is meant to represent.
Based on the original key sizes and positions as submitted by the
maintainer.
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_tkl_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_iso_split_bs_rshift
* [enhancement] enable Community Layout support
2023-06-28 01:11:07 -07:00
James Young
faf560f141
Smith & Rune Iron160 Hotswap Touch-Up ( #21376 )
...
* [style] friendly-format info.json
- sort JSON keys in layouts object
- remove instances of `w: 1`
* [chore] correct layout data
* [refactor] rename LAYOUT to LAYOUT_60_tsangan_hhkb
* [enhancement] add LAYOUT_60_ansi_tsangan_split_rshift
* [enhancement] enable Community Layout support
* [bugfix] write appropropriate keymaps
Neither the `default` nor `via` keymaps were written appropriately for
this keyboard.
This commit modifies both keymaps to be appropriate for
`60_tsangan_hhkb` layout.
2023-06-26 19:07:01 -07:00
James Young
3a42fbb0c9
Mechlovin Zed65 rev1 Touch-Up ( #21373 )
...
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT_65_ansi_tsangan to LAYOUT_65_ansi
2023-06-24 19:54:23 +01:00
James Young
3bf2b966ec
Kibou Winter: rename LAYOUT to LAYOUT_tkl_ansi_wkl ( #21372 )
2023-06-24 19:52:44 +01:00
James Young
884a348e5d
Kibou Harbour Layout Addition and Touch-Up ( #21358 )
...
* [style] friendly-format info.json
* [chore] correct layout data
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_65_ansi_blocker_tsangan_split_bs
* [enhancement] add LAYOUT_65_ansi_blocker_wkl_split_bs
* [chore] correct listed maintainer
Reference the maintainer's GitHub username.
2023-06-24 01:33:18 -07:00
James Young
882f7838fd
Jaykeeb Skyline: correct layout data ( #21350 )
2023-06-23 09:48:32 -07:00
James Young
75f5428d1d
Jaykeeb Orba Layout Addition and Touch-Up ( #21349 )
...
* [chore] correct layout data
* [chore] rename LAYOUT to LAYOUT_625u_space
* [style] friendly-format info.json
* [enhancement] add LAYOUT_7u_space
2023-06-23 03:20:18 -07:00
James Young
ea21a09091
Akko Top40: correct layout data ( #21348 )
2023-06-23 02:38:04 -07:00
James Young
e0a8a0ea2a
Y&R Transition80 Layout Additions and Touch-Up ( #21347 )
...
* [chore] correct layout data
* [chore] rename LAYOUT to LAYOUT_all
* [docs] add layout/matrix diagram
* [enhancement] add LAYOUT_tkl_ansi_split_bs
* [enhancement] add LAYOUT_tkl_ansi
* [enhancement] add LAYOUT_tkl_ansi_tsangan_split_bs
* [enhancement] add LAYOUT_tkl_ansi_tsangan
* [enhancement] enable Community Layout support
* [chore] add reference keymaps
2023-06-23 01:51:23 -07:00
James Young
09c89bc7e6
Wuque Creek70 Layout Additions and Touch-Up ( #21346 )
...
* [chore] correct layout data
* [docs] add layout/matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_ansi_split_space_split_bs_rshift
* [enhancement] add LAYOUT_ansi_split_space
* [enhancement] add LAYOUT_ansi_split_bs_rshift
* [enhancement] add LAYOUT_ansi
* [enhancement] add LAYOUT_ansi_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_ansi_tsangan
* [style] refactor keymaps
- use four-space indent
- convert tabs to spaces
- use QMK-native keycode aliases
2023-06-23 01:27:42 -07:00
James Young
67be956634
Teahouse Ayleen Community Layout Support and Touch-Up ( #21341 )
...
* [chore] correct layout data
* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_tsangan
* [enhancement] enable Community Layout support
2023-06-22 17:33:01 +01:00
James Young
c01a3cfaca
Viktus OSAv2 Numpad Community Layout Support and Configurator Touch-Up ( #21342 )
...
* [style] sort JSON keys in layout objects
* [chore] correct layout data
* [refactor] rename LAYOUT_all_split to LAYOUT_ortho_5x4
* [refactor] rename LAYOUT_2u_plus_2u_enter_2u_zero to LAYOUT_numpad_5x4
* [enhancement] enable Community Layout support
2023-06-22 17:31:34 +01:00
James Young
87ab13094e
Soda Pocket: correct layout data ( #21333 )
...
[chore]
Correct the layout data for the keyboard.
This commit fixes a misleading Configurator implementation.
2023-06-22 14:45:39 +01:00
James Young
2176c760df
Spleeb: correct layout data ( #21334 )
...
* [style] friendly-format info.json
* [chore] correct layout data
Fix a poor Configurator/CLI rendering.
2023-06-22 14:44:48 +01:00
James Young
cc4ac72f85
Igloo Configurator Touch-Up ( #21303 )
...
* [refactor] friendly-format info.json
* [enhancement] add matrix diagram
* [enhancement] remove key overlaps in layout data
2023-06-21 21:35:35 -07:00
James Young
33f76d79d4
Quarkeys Z40 Community Layout Support and Touch-Up ( #21329 )
...
* [refactor] rename LAYOUT to LAYOUT_planck_mit
* [style] friendly-format info.json
* [style] refactor keymaps
- grid-align keycodes
- use four-space indent
- remove trailing whitespace
* [chore] tidy-up keyboard data in info.json
- spell-check `manufacturer` value
- use valid `url`
- reference GitHub username for `maintainer`
* [chore] tidy-up readme
- link to maintainer's GitHub account
- add Hardware Availability link
- break-out Hardware Specs into its own section
* [enhancement] enable Community Layout support
* [chore] replace product image in readme
Source repository for previous URL seems to have been deleted.
2023-06-21 19:11:32 -07:00
James Young
b8a12db1a1
Pteropus: correct layout data ( #21326 )
...
* [style] friendly-format info.json
* [chore] correct layout data
Fix keys overlapping when rendered in QMK Configurator or CLI.
2023-06-21 17:42:30 -07:00
James Young
87b371cea6
ProtoTypist PT-80 Refactor ( #21325 )
...
* [style] friendly-format info.json
* [docs] add layout/matrix diagram
* [style] refactor via keymap
- grid-align keycodes
- remove trailing whitespace
* [refactor] LAYOUT_all macro
Move the JSON object for the Enter key to the end of the home row.
* [style] refactor default keymap
- update keycode grid alignment
- remove trailing whitespace
* [refactor] LAYOUT_tkl_iso macro
Move the JSON object for the Enter key to the end of the home row.
This commit fixes a key sequence error with the `tkl_iso` Community
Layout support.
* [style] refactor default_ansi keymap
- update keycode grid alignment
- remove trailing whitespace
* [bugfix] fix function row matrix assignments for LAYOUT_tkl_iso
Fix incorrect matrix position assignments on the function row keys for
the `LAYOUT_tkl_iso` macro.
* [bugfix] fix function row matrix assignments for LAYOUT_tkl_ansi
Fix incorrect matrix position assignments on the function row keys for
the `LAYOUT_tkl_ansi` macro.
2023-06-21 14:20:02 -07:00
James Young
6f39205f73
Laneware LW75: correct layout data ( #21314 )
...
[refactor]
Fixes misleading Configurator implementations of the available layouts.
2023-06-21 12:30:04 -07:00
James Young
4cc427c13e
Lucid Velvet Solder Layout Additions and Touch-Up ( #21313 )
...
* [refactor] refactor via keymap
- grid-align keycodes
- remove trailing whitespace
* [refactor] refactor default keymap
- grid-align keycodes
- remove trailing whitespace
* [bugfix] fix key sequence error in default keymap
* [enhancement] fix key overlaps in Configurator
* [enhancement] add matrix diagram
* [refactor] rename LAYOUT to LAYOUT_all
* [enhancement] add LAYOUT_tkl_f13_ansi_split_space_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi
* [enhancement] add LAYOUT_tkl_f13_iso_split_space_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_iso
2023-06-21 11:30:15 -07:00
James Young
b814ff5bca
Lucid Velvet Hotswap Layout Additions and Touch-Up ( #21312 )
...
* [refactor] refactor via keymap
- grid-align keycodes
- remove trailing whitespace
* [refactor] refactor default keymap
- grid-align keycodes
- remove trailing whitespace
* [bugfix] fix key sequence error in default keymap
* [enhancement] fix key overlap in Configurator
* [enhancement] add matrix diagram
* [refactor] rename LAYOUT to LAYOUT_tkl_f13_ansi_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi
* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan_split_bs_rshift
* [enhancement] add LAYOUT_tkl_f13_ansi_tsangan
* [enhancenment] enable Community Layout support
2023-06-21 10:38:18 -07:00