Skip to content

Commit 950d765

Browse files
Syenasweta a.k.a. Nashrullah Ali Fauzinashrullahalifauziwaffle87
authored
Add SyenaKeyboards Elaruus (qmk#23870)
* add syenakeyboard elaruus * add syenakeyboards elaruus * add syenakeyboards elaruus * add syenakeyboards elaruus * add syenakeyboards/elaruus * add syenakeyboards elaruus * add syenakeyboards elaruus * add syenakeyboards elaruus * Update keyboards/syenakeyboards/elaruus/keyboard.json Co-authored-by: jack <0x6a73@protonmail.com> * Update keyboards/syenakeyboards/elaruus/keymaps/default/keymap.c Co-authored-by: jack <0x6a73@protonmail.com> * Update keyboards/syenakeyboards/elaruus/keymaps/via/keymap.c Co-authored-by: jack <0x6a73@protonmail.com> --------- Co-authored-by: Syenasweta <syenasweta@gmail.com> Co-authored-by: jack <0x6a73@protonmail.com>
1 parent 260e9a5 commit 950d765

File tree

5 files changed

+89
-0
lines changed

5 files changed

+89
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"manufacturer": "Syenasweta",
3+
"keyboard_name": "SyenaKeyboards Elaruus",
4+
"maintainer": "syenasweta",
5+
"bootloader": "rp2040",
6+
"diode_direction": "COL2ROW",
7+
"features": {
8+
"bootmagic": true,
9+
"extrakey": true,
10+
"mousekey": true
11+
},
12+
"matrix_pins": {
13+
"cols": ["GP21", "GP19"],
14+
"rows": ["GP10"]
15+
},
16+
"processor": "RP2040",
17+
"url": "https://github.com/syenasweta/syenakeyboards",
18+
"usb": {
19+
"device_version": "1.0.0",
20+
"pid": "0x6172",
21+
"vid": "0x5373"
22+
},
23+
"layouts": {
24+
"LAYOUT_ortho_1x2": {
25+
"layout": [
26+
{"matrix": [0, 0], "x": 0, "y": 0},
27+
{"matrix": [0, 1], "x": 1, "y": 0}
28+
]
29+
}
30+
}
31+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Copyright 2024 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
4+
#include QMK_KEYBOARD_H
5+
6+
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
7+
[0] = LAYOUT_ortho_1x2(
8+
LT(1,KC_LEFT), LT(2,KC_RIGHT)
9+
),
10+
[1] = LAYOUT_ortho_1x2(
11+
_______, KC_UP
12+
),
13+
[2] = LAYOUT_ortho_1x2(
14+
KC_DOWN, _______
15+
)
16+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
// Copyright 2024 QMK
2+
// SPDX-License-Identifier: GPL-2.0-or-later
3+
4+
#include QMK_KEYBOARD_H
5+
6+
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
7+
[0] = LAYOUT_ortho_1x2(
8+
LT(1,KC_LEFT), LT(2,KC_RIGHT)
9+
),
10+
[1] = LAYOUT_ortho_1x2(
11+
_______, KC_UP
12+
),
13+
[2] = LAYOUT_ortho_1x2(
14+
KC_DOWN, _______
15+
)
16+
};
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VIA_ENABLE = yes
+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# SyenaKeyboards Elaruus
2+
3+
![SyenaKeyboards Elaruus](https://i.imgur.com/6qU13gi.jpeg)
4+
5+
Elaruus is ortholinear 1x2 mechanical keyboard with two switch for everythinks. The default functions are `left`, `right`. Elaruus is supported by QMK Firmware and VIA.
6+
7+
* Keyboard Maintainer: [Syenasweta](https://github.com/syenasweta)
8+
* Hardware Supported: RP2040
9+
* Hardware Availability: [Tokopedia (Syenasweta)](https://tokopedia.link/Ak0c4uqpbKb)
10+
11+
Make example for this keyboard (after setting up your build environment):
12+
13+
make syenakeyboards/elaruus:default
14+
15+
Flashing example for this keyboard:
16+
17+
make syenakeyboards/elaruss:default:flash
18+
19+
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).
20+
21+
## Bootloader
22+
23+
Enter the bootloader in 1 ways:
24+
25+
* **Bootmagic reset**: Hold down the top left key (assigned to `left` by default) and plug in the keyboard.

0 commit comments

Comments
 (0)