Browse Source

Keyboard: CTRL and ALT updates (#3810)

Update to CTRL and ALT keyboard files
pull/3811/merge
patrickmt 5 years ago
committed by Drashna Jaelre
parent
commit
b61653739b
5 changed files with 181 additions and 11 deletions
  1. +80
    -0
      keyboards/massdrop/alt67/info.json
  2. +1
    -1
      keyboards/massdrop/alt67/keymaps/default/keymap.c
  3. +0
    -5
      keyboards/massdrop/alt67/readme.md
  4. +100
    -0
      keyboards/massdrop/ctrl/info.json
  5. +0
    -5
      keyboards/massdrop/ctrl/readme.md

+ 80
- 0
keyboards/massdrop/alt67/info.json View File

@ -0,0 +1,80 @@
{
"keyboard_name": "ALT",
"url": "https://www.massdrop.com/buy/massdrop-alt-mechanical-keyboard",
"maintainer": "Massdrop",
"width": 16,
"height": 5,
"layouts": {
"LAYOUT_all": {
"layout": [
{"label":"ESCAPE", "x":0, "y":0},
{"label":"1", "x":1, "y":0},
{"label":"2", "x":2, "y":0},
{"label":"3", "x":3, "y":0},
{"label":"4", "x":4, "y":0},
{"label":"5", "x":5, "y":0},
{"label":"6", "x":6, "y":0},
{"label":"7", "x":7, "y":0},
{"label":"8", "x":8, "y":0},
{"label":"9", "x":9, "y":0},
{"label":"0", "x":10, "y":0},
{"label":"MINUS", "x":11, "y":0},
{"label":"EQUALS", "x":12, "y":0},
{"label":"BACKSPACE", "x":13, "y":0, "w":2},
{"label":"DELETE", "x":15, "y":0},
{"label":"TAB", "x":0, "y":1, "w":1.5},
{"label":"Q", "x":1.5, "y":1},
{"label":"W", "x":2.5, "y":1},
{"label":"E", "x":3.5, "y":1},
{"label":"R", "x":4.5, "y":1},
{"label":"T", "x":5.5, "y":1},
{"label":"Y", "x":6.5, "y":1},
{"label":"U", "x":7.5, "y":1},
{"label":"I", "x":8.5, "y":1},
{"label":"O", "x":9.5, "y":1},
{"label":"P", "x":10.5, "y":1},
{"label":"LEFT BRACKET", "x":11.5, "y":1},
{"label":"RIGHT BRACKET", "x":12.5, "y":1},
{"label":"BACK SLASH", "x":13.5, "y":1, "w":1.5},
{"label":"HOME", "x":15, "y":1},
{"label":"CAPS LOCK", "x":0, "y":2, "w":1.75},
{"label":"A", "x":1.75, "y":2},
{"label":"S", "x":2.75, "y":2},
{"label":"D", "x":3.75, "y":2},
{"label":"F", "x":4.75, "y":2},
{"label":"G", "x":5.75, "y":2},
{"label":"H", "x":6.75, "y":2},
{"label":"J", "x":7.75, "y":2},
{"label":"K", "x":8.75, "y":2},
{"label":"L", "x":9.75, "y":2},
{"label":"SEMICOLON", "x":10.75, "y":2},
{"label":"SINGLE TICK", "x":11.75, "y":2},
{"label":"ENTER", "x":12.75, "y":2, "w":2.25},
{"label":"PAGE UP", "x":15, "y":2},
{"label":"LEFT SHIFT", "x":0, "y":3, "w":2.25},
{"label":"Z", "x":2.25, "y":3},
{"label":"X", "x":3.25, "y":3},
{"label":"C", "x":4.25, "y":3},
{"label":"V", "x":5.25, "y":3},
{"label":"B", "x":6.25, "y":3},
{"label":"N", "x":7.25, "y":3},
{"label":"M", "x":8.25, "y":3},
{"label":"COMMA", "x":9.25, "y":3},
{"label":"PERIOD", "x":10.25, "y":3},
{"label":"FORWARD SLASH", "x":11.25, "y":3},
{"label":"RIGHT SHIFT", "x":12.25, "y":3, "w":1.75},
{"label":"UP ARROW", "x":14, "y":3},
{"label":"PAGE DOWN", "x":15, "y":3},
{"label":"LEFT CTRL", "x":0, "y":4, "w":1.25},
{"label":"LEFT WIN", "x":1.25, "y":4, "w":1.25},
{"label":"LEFT ALT", "x":2.5, "y":4, "w":1.25},
{"label":"SPACEBAR", "x":3.75, "y":4, "w":6.25},
{"label":"RIGHT ALT", "x":10, "y":4, "w":1.25},
{"label":"FN", "x":11.25, "y":4, "w":1.25},
{"label":"LEFT ARROW", "x":13, "y":4},
{"label":"DOWN ARROW", "x":14, "y":4},
{"label":"RIGHT ARROW", "x":15, "y":4}
]
}
}
}

+ 1
- 1
keyboards/massdrop/alt67/keymaps/default/keymap.c View File

@ -34,7 +34,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
KC_LCTL, KC_LGUI, KC_LALT, KC_SPC, KC_RALT, MO(1), KC_LEFT, KC_DOWN, KC_RGHT \
),
[1] = LAYOUT(
KC_TRNS, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_MUTE, \
KC_GRV, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_TRNS, KC_MUTE, \
L_T_BR, L_PSD, L_BRI, L_PSI, KC_TRNS, KC_TRNS, KC_TRNS, U_T_AUTO,U_T_AGCR,KC_TRNS, KC_PSCR, KC_SLCK, KC_PAUS, KC_TRNS, KC_TRNS, \
L_T_PTD, L_PTP, L_BRD, L_PTN, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_VOLU, \
KC_TRNS, L_T_MD, L_T_ONF, KC_TRNS, KC_TRNS, KC_TRNS, TG_NKRO, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_PGUP, KC_VOLD, \


+ 0
- 5
keyboards/massdrop/alt67/readme.md View File

@ -17,9 +17,4 @@ For information on flashing this keyboard, visit the following links:
[Massdrop Loader Releases](https://github.com/Massdrop/mdloader/releases/tag/0.0.1)
[Massdrop Loader Repository and Instructions](https://github.com/Massdrop/mdloader)
For information on flashing this keyboard, visit the following links:
[Massdrop Loader Releases](https://github.com/Massdrop/mdloader/releases/tag/0.0.1)
[Massdrop Loader Repository and Instructions](https://github.com/Massdrop/mdloader)
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).

+ 100
- 0
keyboards/massdrop/ctrl/info.json View File

@ -0,0 +1,100 @@
{
"keyboard_name": "CTRL",
"url": "https://www.massdrop.com/buy/massdrop-ctrl-mechanical-keyboard",
"maintainer": "Massdrop",
"width": 18.5,
"height": 6.5,
"layouts": {
"LAYOUT_all": {
"layout": [
{"label":"ESCAPE", "x":0, "y":0},
{"label":"F1", "x":2, "y":0},
{"label":"F2", "x":3, "y":0},
{"label":"F3", "x":4, "y":0},
{"label":"F4", "x":5, "y":0},
{"label":"F5", "x":6.5, "y":0},
{"label":"F6", "x":7.5, "y":0},
{"label":"F7", "x":8.5, "y":0},
{"label":"F8", "x":9.5, "y":0},
{"label":"F9", "x":11, "y":0},
{"label":"F10", "x":12, "y":0},
{"label":"F11", "x":13, "y":0},
{"label":"F12", "x":14, "y":0},
{"label":"PRINT SCREEN", "x":15.5, "y":0},
{"label":"SCROLL LOCK", "x":16.5, "y":0},
{"label":"PAUSE BREAK", "x":17.5, "y":0},
{"label":"BACKTICK", "x":0, "y":1.5},
{"label":"1", "x":1, "y":1.5},
{"label":"2", "x":2, "y":1.5},
{"label":"3", "x":3, "y":1.5},
{"label":"4", "x":4, "y":1.5},
{"label":"5", "x":5, "y":1.5},
{"label":"6", "x":6, "y":1.5},
{"label":"7", "x":7, "y":1.5},
{"label":"8", "x":8, "y":1.5},
{"label":"9", "x":9, "y":1.5},
{"label":"0", "x":10, "y":1.5},
{"label":"MINUS", "x":11, "y":1.5},
{"label":"EQUALS", "x":12, "y":1.5},
{"label":"BACKSPACE", "x":13, "y":1.5, "w":2},
{"label":"INSERT", "x":15.5, "y":1.5},
{"label":"HOME", "x":16.5, "y":1.5},
{"label":"PAGE UP", "x":17.5, "y":1.5},
{"label":"TAB", "x":0, "y":2.5, "w":1.5},
{"label":"Q", "x":1.5, "y":2.5},
{"label":"W", "x":2.5, "y":2.5},
{"label":"E", "x":3.5, "y":2.5},
{"label":"R", "x":4.5, "y":2.5},
{"label":"T", "x":5.5, "y":2.5},
{"label":"Y", "x":6.5, "y":2.5},
{"label":"U", "x":7.5, "y":2.5},
{"label":"I", "x":8.5, "y":2.5},
{"label":"O", "x":9.5, "y":2.5},
{"label":"P", "x":10.5, "y":2.5},
{"label":"LEFT BRACKET", "x":11.5, "y":2.5},
{"label":"RIGHT BRACKET", "x":12.5, "y":2.5},
{"label":"BACK SLASH", "x":13.5, "y":2.5, "w":1.5},
{"label":"DELETE", "x":15.5, "y":2.5},
{"label":"END", "x":16.5, "y":2.5},
{"label":"PAGE DOWN", "x":17.5, "y":2.5},
{"label":"CAPS LOCK", "x":0, "y":3.5, "w":1.75},
{"label":"A", "x":1.75, "y":3.5},
{"label":"S", "x":2.75, "y":3.5},
{"label":"D", "x":3.75, "y":3.5},
{"label":"F", "x":4.75, "y":3.5},
{"label":"G", "x":5.75, "y":3.5},
{"label":"H", "x":6.75, "y":3.5},
{"label":"J", "x":7.75, "y":3.5},
{"label":"K", "x":8.75, "y":3.5},
{"label":"L", "x":9.75, "y":3.5},
{"label":"SEMICOLON", "x":10.75, "y":3.5},
{"label":"SINGLE TICK", "x":11.75, "y":3.5},
{"label":"ENTER", "x":12.75, "y":3.5, "w":2.25},
{"label":"LEFT SHIFT", "x":0, "y":4.5, "w":2.25},
{"label":"Z", "x":2.25, "y":4.5},
{"label":"X", "x":3.25, "y":4.5},
{"label":"C", "x":4.25, "y":4.5},
{"label":"V", "x":5.25, "y":4.5},
{"label":"B", "x":6.25, "y":4.5},
{"label":"N", "x":7.25, "y":4.5},
{"label":"M", "x":8.25, "y":4.5},
{"label":"COMMA", "x":9.25, "y":4.5},
{"label":"PERIOD", "x":10.25, "y":4.5},
{"label":"FORWARD SLASH", "x":11.25, "y":4.5},
{"label":"RIGHT SHIFT", "x":12.25, "y":4.5, "w":2.75},
{"label":"UP ARROW", "x":16.5, "y":4.5},
{"label":"LEFT CTRL", "x":0.005, "y":5.5, "w":1.24},
{"label":"LEFT WIN", "x":1.255, "y":5.5, "w":1.24},
{"label":"LEFT ALT", "x":2.505, "y":5.5, "w":1.24},
{"label":"SPACEBAR", "x":3.75, "y":5.5, "w":6.25},
{"label":"RIGHT ALT", "x":10, "y":5.5, "w":1.25},
{"label":"FN", "x":11.25, "y":5.5, "w":1.25},
{"label":"MENU", "x":12.5, "y":5.5, "w":1.25},
{"label":"RIGHT CTRL", "x":13.75, "y":5.5, "w":1.25},
{"label":"LEFT ARROW", "x":15.5, "y":5.5},
{"label":"DOWN ARROW", "x":16.5, "y":5.5},
{"label":"RIGHT ARROW", "x":17.5, "y":5.5}
]
}
}
}

+ 0
- 5
keyboards/massdrop/ctrl/readme.md View File

@ -17,9 +17,4 @@ For information on flashing this keyboard, visit the following links:
[Massdrop Loader Releases](https://github.com/Massdrop/mdloader/releases/tag/0.0.1)
[Massdrop Loader Repository and Instructions](https://github.com/Massdrop/mdloader)
For information on flashing this keyboard, visit the following links:
[Massdrop Loader Releases](https://github.com/Massdrop/mdloader/releases/tag/0.0.1)
[Massdrop Loader Repository and Instructions](https://github.com/Massdrop/mdloader)
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).

Loading…
Cancel
Save