Skip to content

Commit

Permalink
Add French layout for Razer Blade Stealth (Late 2017)
Browse files Browse the repository at this point in the history
Fixes #21
  • Loading branch information
z3ntu committed Oct 5, 2018
1 parent 5b3447d commit 8df118f
Showing 1 changed file with 97 additions and 0 deletions.
97 changes: 97 additions & 0 deletions data/matrix_layouts/razerblade16.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,103 @@
{"label": "\ud83e\udc3b", "width": 29, "matrix": [5, 14]},
{"label": "\ud83e\udc3a", "width": 50, "matrix": [5, 15]}
]
},

"French": {
"row0": [
{"label": "esc", "matrix": [0, 1]},
{"label": "F1", "matrix": [0, 2]},
{"label": "F2", "matrix": [0, 3]},
{"label": "F3", "matrix": [0, 4]},
{"label": "F4", "matrix": [0, 5]},
{"label": "F5", "matrix": [0, 6]},
{"label": "F6", "matrix": [0, 7]},
{"label": "F7", "matrix": [0, 8]},
{"label": "F8", "matrix": [0, 9]},
{"label": "F9", "matrix": [0, 10]},
{"label": "F10", "matrix": [0, 11]},
{"label": "F11", "matrix": [0, 12]},
{"label": "F12", "matrix": [0, 13]},
{"label": "ins", "matrix": [0, 14]},
{"label": "sup", "matrix": [0, 15]}
],
"row1": [
{"label": "\u00b2", "matrix": [1, 1]},
{"label": "\u0026\u0026", "matrix": [1, 2]},
{"label": "é", "matrix": [1, 3]},
{"label": "\"", "matrix": [1, 4]},
{"label": "'", "matrix": [1, 5]},
{"label": "(", "matrix": [1, 6]},
{"label": "-", "matrix": [1, 7]},
{"label": "è", "matrix": [1, 8]},
{"label": "-", "matrix": [1, 9]},
{"label": "ç", "matrix": [1, 10]},
{"label": "à", "matrix": [1, 11]},
{"label": ")", "matrix": [1, 12]},
{"label": "=", "matrix": [1, 13]},
{"label": "backspace", "width": 126, "matrix": [1, 15]}
],
"row2": [
{"label": "tab", "width": 94, "matrix": [2, 1]},
{"label": "A", "matrix": [2, 2]},
{"label": "Z", "matrix": [2, 3]},
{"label": "E", "matrix": [2, 4]},
{"label": "R", "matrix": [2, 5]},
{"label": "T", "matrix": [2, 6]},
{"label": "Y", "matrix": [2, 7]},
{"label": "U", "matrix": [2, 8]},
{"label": "I", "matrix": [2, 9]},
{"label": "O", "matrix": [2, 10]},
{"label": "P", "matrix": [2, 11]},
{"label": "^", "matrix": [2, 12]},
{"label": "$", "matrix": [2, 13]},
{"label": "entrée", "width": 92, "matrix": [3, 15]}
],
"row3": [
{"label": "\u21e9", "width": 109, "matrix": [3, 1]},
{"label": "Q", "matrix": [3, 2]},
{"label": "S", "matrix": [3, 3]},
{"label": "D", "matrix": [3, 4]},
{"label": "F", "matrix": [3, 5]},
{"label": "G", "matrix": [3, 6]},
{"label": "H", "matrix": [3, 7]},
{"label": "J", "matrix": [3, 8]},
{"label": "K", "matrix": [3, 9]},
{"label": "L", "matrix": [3, 10]},
{"label": "M", "matrix": [3, 11]},
{"label": "ù", "matrix": [3, 12]},
{"label": "*", "matrix": [3, 13]},
{"label": "entrée", "width": 77, "disabled": true}
],
"row4": [
{"label": "\u21e7", "width": 80, "matrix": [4, 1]},
{"label": "<", "matrix": [4, 2]},
{"label": "W", "matrix": [4, 3]},
{"label": "X", "matrix": [4, 4]},
{"label": "C", "matrix": [4, 5]},
{"label": "V", "matrix": [4, 6]},
{"label": "B", "matrix": [4, 7]},
{"label": "N", "matrix": [4, 8]},
{"label": ",", "matrix": [4, 9]},
{"label": ";", "matrix": [4, 10]},
{"label": ":", "matrix": [4, 11]},
{"label": "!", "matrix": [4, 12]},
{"label": "\u21e7", "width": 172, "matrix": [4, 15]}
],
"row5": [
{"label": "ctrl", "width": 80, "matrix": [5, 1]},
{"label": "fn", "matrix": [5, 2]},
{"label": "\ud83d\udc27", "matrix": [5, 3]},
{"label": "alt", "matrix": [5, 4]},
{"label": "space", "width": 324, "disabled": true},
{"label": "alt gr", "matrix": [5, 9]},
{"label": "fn", "matrix": [5, 10]},
{"label": "ctrl", "matrix": [5, 11]},
{"label": "\ud83e\udc38", "width": 50, "matrix": [5, 12]},
{"label": "\ud83e\udc39", "width": 27, "matrix": [5, 13]},
{"label": "\ud83e\udc3b", "width": 27, "matrix": [5, 14]},
{"label": "\ud83e\udc3a", "width": 50, "matrix": [5, 15]}
]
}
}

0 comments on commit 8df118f

Please sign in to comment.