[Keyboard] Add Jorne (#15461)
* added jorne-dev (kyria-based) * updated files * raw logo * removed font * Fix after rebase on master: #undef SH_TG * Fix LTO parameter name. * Fix OLED. * Add VIA Jorne layout. * readme.md * updated jorne readme * Add info.json * Update keyboards/jorne/keymaps/default/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/jorne/keymaps/default/config.h Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/jorne/keymaps/default/keymap.c Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/jorne/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * Update keyboards/jorne/rules.mk Co-authored-by: Drashna Jaelre <drashna@live.com> * PR changes (added GPL headers, moved oled_task_user) * info.jsoon: fix thumbs poositions, reorder keys. * fix info.json maintainer * fixed layouts * Sync config.h for VIA with default keymap. * added post_config (sets brightness to 120 or it hangs) * added SPLIT_LAYER_STATE_ENABLE/SPLIT_LED_STATE_ENABLE * Update keyboards/jorne/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/jorne/rev1/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/jorne/keymaps/via/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/jorne/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/jorne/jorne.c Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/jorne/jorne.c Co-authored-by: Ryan <fauxpark@gmail.com> * fixed layout, removed unnecessary defines * vendor_id set to 0x4753 Co-authored-by: beta-tank <beta-tank@outlook.com> Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
240
keyboards/jorne/info.json
Normal file
240
keyboards/jorne/info.json
Normal file
@@ -0,0 +1,240 @@
|
||||
{
|
||||
"keyboard_name": "Jorne",
|
||||
"url": "https://github.com/joric/jorne/wiki",
|
||||
"maintainer": "joric",
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{
|
||||
"label": "GUI",
|
||||
"x": 0,
|
||||
"y": 2.13
|
||||
},
|
||||
{
|
||||
"label": "~",
|
||||
"x": 1,
|
||||
"y": 1.38
|
||||
},
|
||||
{
|
||||
"label": "Q",
|
||||
"x": 2,
|
||||
"y": 1.38
|
||||
},
|
||||
{
|
||||
"label": "W",
|
||||
"x": 3,
|
||||
"y": 1.13
|
||||
},
|
||||
{
|
||||
"label": "E",
|
||||
"x": 4,
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"label": "R",
|
||||
"x": 5,
|
||||
"y": 1.13
|
||||
},
|
||||
{
|
||||
"label": "T",
|
||||
"x": 6,
|
||||
"y": 1.25
|
||||
},
|
||||
|
||||
{
|
||||
"label": "Y",
|
||||
"x": 10.5,
|
||||
"y": 1.25
|
||||
},
|
||||
{
|
||||
"label": "U",
|
||||
"x": 11.5,
|
||||
"y": 1.125
|
||||
},
|
||||
{
|
||||
"label": "I",
|
||||
"x": 12.5,
|
||||
"y": 1
|
||||
},
|
||||
{
|
||||
"label": "O",
|
||||
"x": 13.5,
|
||||
"y": 1.125
|
||||
},
|
||||
{
|
||||
"label": "P",
|
||||
"x": 14.5,
|
||||
"y": 1.375
|
||||
},
|
||||
{
|
||||
"label": "{[",
|
||||
"x": 15.5,
|
||||
"y": 1.375
|
||||
},
|
||||
{
|
||||
"label": "}]",
|
||||
"x": 16.5,
|
||||
"y": 2.13
|
||||
},
|
||||
|
||||
{
|
||||
"label": "Ctrl",
|
||||
"x": 1,
|
||||
"y": 2.38
|
||||
},
|
||||
{
|
||||
"label": "A",
|
||||
"x": 2,
|
||||
"y": 2.38
|
||||
},
|
||||
{
|
||||
"label": "S",
|
||||
"x": 3,
|
||||
"y": 2.13
|
||||
},
|
||||
{
|
||||
"label": "D",
|
||||
"x": 4,
|
||||
"y": 2
|
||||
},
|
||||
{
|
||||
"label": "F",
|
||||
"x": 5,
|
||||
"y": 2.13
|
||||
},
|
||||
{
|
||||
"label": "G",
|
||||
"x": 6,
|
||||
"y": 2.25
|
||||
},
|
||||
|
||||
{
|
||||
"label": "H",
|
||||
"x": 10.5,
|
||||
"y": 2.25
|
||||
},
|
||||
{
|
||||
"label": "J",
|
||||
"x": 11.5,
|
||||
"y": 2.13
|
||||
},
|
||||
{
|
||||
"label": "K",
|
||||
"x": 12.5,
|
||||
"y": 2
|
||||
},
|
||||
{
|
||||
"label": "L",
|
||||
"x": 13.5,
|
||||
"y": 2.125
|
||||
},
|
||||
{
|
||||
"label": ":;",
|
||||
"x": 14.5,
|
||||
"y": 2.375
|
||||
},
|
||||
{
|
||||
"label": "\"'",
|
||||
"x": 15.5,
|
||||
"y": 2.375
|
||||
},
|
||||
|
||||
{
|
||||
"label": "Alt",
|
||||
"x": 1,
|
||||
"y": 3.38
|
||||
},
|
||||
{
|
||||
"label": "Z",
|
||||
"x": 2,
|
||||
"y": 3.38
|
||||
},
|
||||
{
|
||||
"label": "X",
|
||||
"x": 3,
|
||||
"y": 3.13
|
||||
},
|
||||
{
|
||||
"label": "C",
|
||||
"x": 4,
|
||||
"y": 3
|
||||
},
|
||||
{
|
||||
"label": "V",
|
||||
"x": 5,
|
||||
"y": 3.13
|
||||
},
|
||||
{
|
||||
"label": "B",
|
||||
"x": 6,
|
||||
"y": 3.25
|
||||
},
|
||||
|
||||
{
|
||||
"label": "N",
|
||||
"x": 10.5,
|
||||
"y": 3.25
|
||||
},
|
||||
{
|
||||
"label": "M",
|
||||
"x": 11.5,
|
||||
"y": 3.13
|
||||
},
|
||||
{
|
||||
"label": "<,",
|
||||
"x": 12.5,
|
||||
"y": 3
|
||||
},
|
||||
{
|
||||
"label": ">.",
|
||||
"x": 13.5,
|
||||
"y": 3.13
|
||||
},
|
||||
{
|
||||
"label": "?/",
|
||||
"x": 14.5,
|
||||
"y": 3.38
|
||||
},
|
||||
{
|
||||
"label": "|\\",
|
||||
"x": 15.5,
|
||||
"y": 3.38
|
||||
},
|
||||
|
||||
{
|
||||
"label": "Rise",
|
||||
"x": 5,
|
||||
"y": 5
|
||||
},
|
||||
{
|
||||
"label": "Space",
|
||||
"x": 6,
|
||||
"y": 5
|
||||
},
|
||||
{
|
||||
"label": "Lower",
|
||||
"x": 7,
|
||||
"y": 4.5,
|
||||
"h": 1.5
|
||||
},
|
||||
|
||||
{
|
||||
"label": "Lower",
|
||||
"x": 9.5,
|
||||
"y": 4.5,
|
||||
"h": 1.5
|
||||
},
|
||||
{
|
||||
"label": "Bcs",
|
||||
"x": 10.5,
|
||||
"y": 5
|
||||
},
|
||||
{
|
||||
"label": "Rise",
|
||||
"x": 11.5,
|
||||
"y": 5
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user