Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for Xlant XL keyboard #24608

Open
wants to merge 30 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
e1db7e4
Added a default firmware and layout for the WindStudio Wind X R1
ChrisGVE Nov 5, 2024
084a28b
Wind X R1: cleaned-up the folders to make clear that this firmware is
ChrisGVE Nov 5, 2024
cc9b828
Added rules.mk to the default layout
ChrisGVE Nov 5, 2024
91a48c4
Renamed the folder R1 into r1.
ChrisGVE Nov 5, 2024
550673a
Added readme.md files for the keyboard and default layout.
ChrisGVE Nov 5, 2024
1b84283
Added a license header to keymap.c
ChrisGVE Nov 5, 2024
0d7d756
Update keyboards/windstudio/wind_x/r1/keyboard.json
ChrisGVE Nov 7, 2024
8a9530a
Update keyboards/windstudio/wind_x/r1/keyboard.json
ChrisGVE Nov 7, 2024
c94912d
Update keyboards/windstudio/wind_x/r1/keymaps/default/keymap.c
ChrisGVE Nov 7, 2024
9c7271f
Update keyboards/windstudio/wind_x/r1/readme.md
ChrisGVE Nov 7, 2024
115bd7b
Added a proper link to the image (logo of windstudio)
ChrisGVE Nov 7, 2024
1dbe38d
Wind X R1
ChrisGVE Nov 7, 2024
7a9a6c7
Wind X R1:
ChrisGVE Nov 7, 2024
6d06fdc
Cleaning this branch to keep only the zlant_xl files.
ChrisGVE Nov 7, 2024
ea62d2e
Merge branch 'qmk:master' into zlant_xl
ChrisGVE Nov 8, 2024
88691e9
Added the Zlant_XL keyboard (legacy)
ChrisGVE Nov 8, 2024
c00d849
zlant_xl:
ChrisGVE Nov 9, 2024
6df80c2
ADDED:
ChrisGVE Nov 13, 2024
2994f91
Merge branch 'qmk:master' into zlant_xl
ChrisGVE Nov 16, 2024
d29b667
docs(zlant_xl): add readme.md, updated keymap.c with correct year
ChrisGVE Nov 16, 2024
b448690
fix(zlant_xl): fixed a wrong link in readme.md
ChrisGVE Nov 16, 2024
f381765
docs(zlant_xl): update readme with correct position of the reset button.
ChrisGVE Nov 16, 2024
689e117
chore(zlant_xl): run qmk format-json on keyboard.json
ChrisGVE Nov 16, 2024
768f01e
Update keyboards/zlant_xl/keymaps/default/keymap.c
ChrisGVE Nov 16, 2024
65a0055
Update keyboards/zlant_xl/keymaps/default/keymap.c
ChrisGVE Nov 16, 2024
91f17ac
Update keyboards/zlant_xl/readme.md
ChrisGVE Nov 16, 2024
f8c5832
chore(zlant_zl): changed image link to imgur.com
ChrisGVE Nov 16, 2024
47a618d
fix(zlant_xl): fixed the wrong link to imgur.com
ChrisGVE Nov 16, 2024
0c6aed5
fix(zlant_xl): added the forgotten extension .jpg to the imgur link.
ChrisGVE Nov 16, 2024
63c224d
Merge branch 'qmk:master' into zlant_xl
ChrisGVE Nov 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
89 changes: 89 additions & 0 deletions keyboards/zlant_xl/keyboard.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,89 @@
{
"manufacturer": "Ziptyze",
"keyboard_name": "ZlantXL",
"maintainer": "chrisgve",
"bootloader": "atmel-dfu",
"diode_direction": "COL2ROW",
"features": {
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
},
"matrix_pins": {
"cols": ["D6", "D5", "C7", "C5", "D3", "D4"],
"rows": ["C4", "C6", "B1", "B0", "B3", "B2", "B5", "B4", "B7", "B6"]
},
"processor": "atmega32u2",
"usb": {
"device_version": "0.0.1",
"pid": "0x6800",
"vid": "0xFEED"
},
"layouts": {
"LAYOUT": {
"layout": [
{"label": "Esc", "matrix": [0, 0], "x": 0, "y": 0},
{"label": "1", "matrix": [1, 0], "x": 1, "y": 0},
{"label": "2", "matrix": [0, 1], "x": 2, "y": 0},
{"label": "3", "matrix": [1, 1], "x": 3, "y": 0},
{"label": "4", "matrix": [0, 2], "x": 4, "y": 0},
{"label": "5", "matrix": [1, 2], "x": 5, "y": 0},
{"label": "6", "matrix": [0, 3], "x": 6, "y": 0},
{"label": "7", "matrix": [1, 3], "x": 7, "y": 0},
{"label": "8", "matrix": [0, 4], "x": 8, "y": 0},
{"label": "9", "matrix": [1, 4], "x": 9, "y": 0},
{"label": "0", "matrix": [0, 5], "x": 10, "y": 0},
{"label": "Del", "matrix": [1, 5], "x": 11, "y": 0},
{"label": "Tab", "matrix": [2, 0], "x": 0, "y": 1},
{"label": "Q", "matrix": [3, 0], "x": 1, "y": 1},
{"label": "W", "matrix": [2, 1], "x": 2, "y": 1},
{"label": "E", "matrix": [3, 1], "x": 3, "y": 1},
{"label": "R", "matrix": [2, 2], "x": 4, "y": 1},
{"label": "T", "matrix": [3, 2], "x": 5, "y": 1},
{"label": "Y", "matrix": [2, 3], "x": 6, "y": 1},
{"label": "U", "matrix": [3, 3], "x": 7, "y": 1},
{"label": "I", "matrix": [2, 4], "x": 8, "y": 1},
{"label": "O", "matrix": [3, 4], "x": 9, "y": 1},
{"label": "P", "matrix": [2, 5], "x": 10, "y": 1},
{"label": "Backspace", "matrix": [3, 5], "x": 11, "y": 1},
{"label": "Keycaps", "matrix": [4, 0], "x": 0, "y": 2},
{"label": "A", "matrix": [5, 0], "x": 1, "y": 2},
{"label": "S", "matrix": [4, 1], "x": 2, "y": 2},
{"label": "D", "matrix": [5, 1], "x": 3, "y": 2},
{"label": "F", "matrix": [4, 2], "x": 4, "y": 2},
{"label": "G", "matrix": [5, 2], "x": 5, "y": 2},
{"label": "H", "matrix": [4, 3], "x": 6, "y": 2},
{"label": "J", "matrix": [5, 3], "x": 7, "y": 2},
{"label": "K", "matrix": [4, 4], "x": 8, "y": 2},
{"label": "L", "matrix": [5, 4], "x": 9, "y": 2},
{"label": ";", "matrix": [4, 5], "x": 10, "y": 2},
{"label": "'", "matrix": [5, 5], "x": 11, "y": 2},
{"label": "Shift", "matrix": [6, 0], "x": 0, "y": 3},
{"label": "Z", "matrix": [7, 0], "x": 1, "y": 3},
{"label": "X", "matrix": [6, 1], "x": 2, "y": 3},
{"label": "C", "matrix": [7, 1], "x": 3, "y": 3},
{"label": "V", "matrix": [6, 2], "x": 4, "y": 3},
{"label": "B", "matrix": [7, 2], "x": 5, "y": 3},
{"label": "N", "matrix": [6, 3], "x": 6, "y": 3},
{"label": "M", "matrix": [7, 3], "x": 7, "y": 3},
{"label": ",", "matrix": [6, 4], "x": 8, "y": 3},
{"label": ".", "matrix": [7, 4], "x": 9, "y": 3},
{"label": "/", "matrix": [6, 5], "x": 10, "y": 3},
{"label": "Enter", "matrix": [7, 5], "x": 11, "y": 3},
{"label": "", "matrix": [8, 0], "x": 0, "y": 4},
{"label": "Ctrl", "matrix": [9, 0], "x": 1, "y": 4},
{"label": "Alt", "matrix": [8, 1], "x": 2, "y": 4},
{"label": "GUI", "matrix": [9, 1], "x": 3, "y": 4},
{"label": "MO(2)", "matrix": [8, 2], "x": 4, "y": 4},
{"label": " ", "matrix": [9, 2], "x": 5, "y": 4},
{"label": " ", "matrix": [8, 3], "x": 6, "y": 4},
{"label": "MO(1)", "matrix": [9, 3], "x": 7, "y": 4},
{"label": "Left", "matrix": [8, 4], "x": 8, "y": 4},
{"label": "Down", "matrix": [9, 4], "x": 9, "y": 4},
{"label": "Up", "matrix": [8, 5], "x": 10, "y": 4},
{"label": "Right", "matrix": [9, 5], "x": 11, "y": 4}
]
}
}
}
42 changes: 42 additions & 0 deletions keyboards/zlant_xl/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
/* Copyright 2024 Christian C. Berclaz
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include QMK_KEYBOARD_H

enum layers {
BASE,
FN
};

// clang-format off
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {

[BASE] = LAYOUT(
KC_ESC, KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0, KC_DEL,
KC_TAB, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,
KC_CAPS, KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT,
KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_ENT,
_______, KC_LCTL, KC_LALT, KC_LGUI, KC_LSFT, KC_SPC, KC_SPC, MO(1), KC_LEFT, KC_DOWN, KC_UP, KC_RGHT
),
[FN] = LAYOUT(
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______,
_______, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_UNDS, KC_PLUS, KC_LCBR, KC_RCBR, KC_PIPE,
_______, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, _______, _______, KC_HOME, KC_END, _______,
_______, _______, _______, _______, _______, _______, _______, _______, KC_MNXT, KC_VOLD, KC_VOLU, KC_MPLY
)
};
// clang-format on
26 changes: 26 additions & 0 deletions keyboards/zlant_xl/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# ZLANT XL

![ZLANT XL](https://imgur.com/Vcmjwro.jpg)
_A unique 50% mechanical keyboard that uses a slanted ortholinear layout_

- Keyboard Maintainer: [chrisgve](https://github.com/chrisgve)
- Hardware Supported: Zlant XL w/Ziptyze's atmega32u2 powered controller [The Rune](https://1upkeyboards.com/shop/controllers/the-rune-by-ziptyze/)
- Hardware Availability: [1UP Keyboards](https://1upkeyboards.com/shop/keyboard-kits/diy-40-kits/zlantxl-50-mechanical-keyboard-kit/)
ChrisGVE marked this conversation as resolved.
Show resolved Hide resolved

Make example for this keyboard (after setting up your build environment):

make zlant_xl:default

Flashing example for this keyboard:

make zlant_xl:default:flash

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 board (button on The Rune)
- **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available