forked from mirrors/qmk_firmware
CherryB Studio CB1800 Layout Macro Additions (#20593)
* add matrix_diagram.md * info.json: apply friendly formatting * add LAYOUT_1800_f13_ansi_split_numenter * add LAYOUT_1800_f13_ansi_split_bs_numenter * add LAYOUT_1800_f13_ansi_wkl_split_numenter * add LAYOUT_1800_f13_ansi_wkl_split_bs_numenter * add LAYOUT_1800_f13_iso_split_bs_numenter * add LAYOUT_1800_f13_iso_split_numenter * add LAYOUT_1800_f13_iso_wkl_split_numenter * add LAYOUT_1800_f13_iso_wkl_split_bs_numenter * correct listed maintainer Maintainer has changed their GitHub username.
This commit is contained in:
parent
a831b50d97
commit
0c9c2fea54
3 changed files with 1165 additions and 111 deletions
File diff suppressed because it is too large
Load diff
26
keyboards/cherrybstudio/cb1800/matrix_diagram.md
Normal file
26
keyboards/cherrybstudio/cb1800/matrix_diagram.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Matrix Diagram for CherryB.Studio CB1800
|
||||
|
||||
```
|
||||
┌───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┬───┬───┬───┐┌───┐ ┌───┬───┬───┬───┐
|
||||
│00 ││01 │02 │03 │04 ││05 │06 │07 │08 ││09 │0A │10 │11 ││99 │ │12 │13 │14 │15 │
|
||||
└───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┴───┴───┴───┘└───┘ ├───┼───┼───┼───┤
|
||||
│16 │17 │18 │19 │ 2u Backspace
|
||||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐ ├───┼───┼───┼───┤ ┌───────┐
|
||||
│1A │20 │21 │22 │23 │24 │25 │26 │27 │28 │29 │2A │30 │31 │32 │ │33 │34 │35 │36 │ │32 │
|
||||
├───┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴───┤ ├───┼───┼───┼───┤ └─┬─────┤ ┌───┐
|
||||
│37 │38 │39 │3A │40 │41 │42 │43 │44 │45 │46 │47 │48 │49 │ │4A │50 │51 │52 │ │ │ │ │ 2u
|
||||
├─────┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴┬──┴─────┤ ├───┼───┼───┼───┤ ┌──┴┐65 │ │52 │ Numpad
|
||||
│53 │54 │55 │56 │57 │58 │59 │5A │60 │61 │62 │63 │65 │ │66 │67 │68 │69 │ │64 │ │ │ │ Plus
|
||||
├────┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴─┬─┴────┬───┘ ├───┼───┼───┼───┤ └───┴────┘ ├───┤
|
||||
│6A │70 │71 │72 │73 │74 │75 │76 │77 │78 │79 │7A │80 │┌───┐│82 │83 │84 │85 │ ISO Enter │ │ 2u
|
||||
├───┬┴──┬┴──┬┴───┴───┴───┴───┴───┴──┬┴──┬┴──┬┴──┬┴──┬───┘│81 │└───┼───┼───┼───┤ │85 │ Numpad
|
||||
│86 │87 │88 │89 │8A │90 │91 │92 │┌───┼───┼───┐│96 │97 │98 │ │ │ Enter
|
||||
└───┴───┴───┴───────────────────────┴───┴───┴───┴───┘│93 │94 │95 │└───┴───┴───┘ └───┘
|
||||
└───┴───┴───┘
|
||||
┌────────┐
|
||||
│6A │ 2.25u LShift
|
||||
└────────┘
|
||||
┌─────┬─────┬───────────────────────────┬─────┬─────┐
|
||||
│86 │88 │89 │8A │92 │ WKL
|
||||
└─────┴─────┴───────────────────────────┴─────┴─────┘
|
||||
```
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
A G80-1800 inspired PCB for CB1800 Zakabato and any suitable 1800 layout keyboards.
|
||||
|
||||
* Keyboard Maintainer: duongaanh
|
||||
* Keyboard Maintainer: [lunaticwhat](https://github.com/lunaticwhat)
|
||||
* Hardware Supported: cb1800, atmega32u4
|
||||
* Hardware Availability: [CherryB Studio](https://www.reddit.com/r/mechmarket/comments/mneayy/ic_cb1800zanbato_1800_classic_by_cherryb/)
|
||||
|
||||
|
|
Loading…
Reference in a new issue