forked from mirrors/qmk_userspace
Add 'JIS' form factor layouts (#21220)
This commit is contained in:
parent
bb8e3796a7
commit
ebec17adea
21 changed files with 653 additions and 3 deletions
|
|
@ -6,7 +6,7 @@
|
|||
"scroll_lock": "C5",
|
||||
"on_state": 0
|
||||
},
|
||||
"community_layouts": ["tkl_ansi"],
|
||||
"community_layouts": ["tkl_ansi", "tkl_jis"],
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
"scroll_lock": "C5",
|
||||
"on_state": 0
|
||||
},
|
||||
"community_layouts": ["tkl_ansi"],
|
||||
"community_layouts": ["tkl_ansi", "tkl_jis"],
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
|
|||
|
|
@ -53,6 +53,7 @@
|
|||
},
|
||||
"vid": "0x6369"
|
||||
},
|
||||
"community_layouts": ["tkl_jis", "tkl_iso_tsangan", "tkl_ansi_tsangan"],
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
"device_version": "0.0.1"
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"community_layouts": ["fullsize_ansi", "fullsize_iso"],
|
||||
"community_layouts": ["fullsize_ansi", "fullsize_iso", "fullsize_jis"],
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue