Browse Source

Update keyboards

pull/13051/head
marby3 2 years ago
parent
commit
196e6c8c41
2 changed files with 10 additions and 50 deletions
  1. +2
    -50
      keyboards/alico48/info.json
  2. +8
    -0
      keyboards/alico48/readme.md

+ 2
- 50
keyboards/alico48/info.json View File

@ -1,60 +1,12 @@
{
"keyboard_name": "alico48",
"url": "",
"maintainer": "Marby",
"maintainer": "marby3",
"width": 16,
"height": 11,
"layouts": {
"LAYOUT": {
"layout": [
{"label":"Q", "x":1, "y":0},
{"label":"W", "x":2, "y":0},
{"label":"E", "x":3, "y":0},
{"label":"R", "x":4, "y":0},
{"label":"T", "x":5, "y":0},
{"label":"Y", "x":11, "y":0},
{"label":"U", "x":12, "y":0},
{"label":"I", "x":13, "y":0},
{"label":"O", "x":14, "y":0},
{"label":"P", "x":15, "y":0},
{"label":"A", "x":1.25, "y":1},
{"label":"S", "x":2.25, "y":1},
{"label":"D", "x":3.25, "y":1},
{"label":"F", "x":4.25, "y":1},
{"label":"G", "x":5.25, "y":1},
{"label":"H", "x":10.75, "y":1},
{"label":"J", "x":11.75, "y":1},
{"label":"K", "x":12.75, "y":1},
{"label":"L", "x":13.75, "y":1},
{"label":":", "x":14.75, "y":1},
{"label":"Z", "x":1.5, "y":2},
{"label":"X", "x":2.5, "y":2},
{"label":"C", "x":3.5, "y":2},
{"label":"V", "x":4.5, "y":2},
{"label":"B", "x":5.5, "y":2},
{"label":"N", "x":10.5, "y":2},
{"label":"M", "x":11.5, "y":2},
{"label":"<", "x":12.5, "y":2},
{"label":">", "x":13.5, "y":2},
{"label":"?", "x":14.5, "y":2},
{"label":"Ctrl", "x":2, "y":3},
{"label":"Win", "x":3, "y":3},
{"label":"Alt", "x":4, "y":3},
{"label":"Alt", "x":12, "y":3},
{"label":"Win", "x":13, "y":3},
{"label":"Ctrl", "x":14, "y":3},
{"label":"Space", "x":0, "y":3},
{"label":"L2", "x":0, "y":3},
{"label":"BS", "x":0.5, "y":3.5},
{"label":"\"", "x":0.5, "y":4.5},
{"label":"Shift", "x":0.5, "y":5.5},
{"x":0.5, "y":6.5},
{"label":"Esc", "x":-1.0, "y":7},
{"label":"Tab", "x":-1.0, "y":8},
{"label":"Shift", "x":-1.0, "y":9},
{"x":-1.0, "y":10},
{"label":"L1", "x":-1.5, "y":10},
{"label":"Enter", "x":-1.5, "y":10}]
"layout": [{"label":"1,0", "x":1, "y":0}, {"label":"2,0", "x":2, "y":0}, {"label":"3,0", "x":3, "y":0}, {"label":"4,0", "x":4, "y":0}, {"label":"5,0", "x":5, "y":0}, {"label":"6,6", "x":11, "y":0}, {"label":"7,5", "x":12, "y":0}, {"label":"8,5", "x":13, "y":0}, {"label":"9,5", "x":14, "y":0}, {"label":"10,5", "x":15, "y":0}, {"label":"1,2", "x":1.25, "y":1}, {"label":"2,1", "x":2.25, "y":1}, {"label":"3,1", "x":3.25, "y":1}, {"label":"4,1", "x":4.25, "y":1}, {"label":"5,1", "x":5.25, "y":1}, {"label":"6,7", "x":10.75, "y":1}, {"label":"7,7", "x":11.75, "y":1}, {"label":"8,6", "x":12.75, "y":1}, {"label":"9,6", "x":13.75, "y":1}, {"label":"10,6", "x":14.75, "y":1}, {"label":"1,3", "x":1.5, "y":2}, {"label":"2,3", "x":2.5, "y":2}, {"label":"3,2", "x":3.5, "y":2}, {"label":"4,2", "x":4.5, "y":2}, {"label":"5,2", "x":5.5, "y":2}, {"label":"6,8", "x":10.5, "y":2}, {"label":"7,8", "x":11.5, "y":2}, {"label":"8,8", "x":12.5, "y":2}, {"label":"9,7", "x":13.5, "y":2}, {"label":"10,7", "x":14.5, "y":2}, {"label":"1,4", "x":2, "y":3}, {"label":"2,4", "x":3, "y":3}, {"label":"3,4", "x":4, "y":3}, {"label":"8,9", "x":12, "y":3}, {"label":"9,9", "x":13, "y":3}, {"label":"10,8", "x":14, "y":3}, {"label":"5,3", "x":0, "y":3}, {"label":"7,9", "x":0, "y":3}, {"label":"11,5", "x":0.5, "y":3.5}, {"label":"11,6", "x":0.5, "y":4.5}, {"label":"11,7", "x":0.5, "y":5.5}, {"label":"11,8", "x":0.5, "y":6.5}, {"label":"0,1", "x":-1.0, "y":7}, {"label":"0,2", "x":-1.0, "y":8}, {"label":"0,3", "x":-1.0, "y":9}, {"label":"0,4", "x":-1.0, "y":10}, {"label":"4,3", "x":-1.5, "y":10}, {"label":"6,9", "x":-1.5, "y":10}]
}
}
}

+ 8
- 0
keyboards/alico48/readme.md View File

@ -17,3 +17,11 @@ Flashing example for this keyboard:
make alico48:default:avrdude
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `RESET` if it is available

Loading…
Cancel
Save