summaryrefslogtreecommitdiff
path: root/keyboards/kepler_33
diff options
context:
space:
mode:
authorTerlekchi Seityagiya <seityaya@ukr.net>2022-10-26 22:41:30 +0300
committerGitHub <noreply@github.com>2022-10-26 12:41:30 -0700
commit8ea8a4edcb2e33df93bdcfae08b4aeef05d995c6 (patch)
treef7fc86326fa7633b29ad14b56e597796ebfba2ae /keyboards/kepler_33
parent48dc8122e71abd76763109e02295d29644a75b96 (diff)
[Keyboard] Kepler 33 (#18771)
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/kepler_33')
-rw-r--r--keyboards/kepler_33/proto/info.json85
-rw-r--r--keyboards/kepler_33/proto/keymaps/default/keymap.c30
-rw-r--r--keyboards/kepler_33/proto/readme.md3
-rw-r--r--keyboards/kepler_33/proto/rules.mk0
-rw-r--r--keyboards/kepler_33/readme.md26
5 files changed, 144 insertions, 0 deletions
diff --git a/keyboards/kepler_33/proto/info.json b/keyboards/kepler_33/proto/info.json
new file mode 100644
index 0000000000..bcf8405ecd
--- /dev/null
+++ b/keyboards/kepler_33/proto/info.json
@@ -0,0 +1,85 @@
1{
2 "manufacturer": "Yaya-alone-Team",
3 "keyboard_name": "Kepler-33",
4 "maintainer": "Seityaya",
5 "bootloader": "stm32-dfu",
6 "features": {
7 "bootmagic": true,
8 "command": false,
9 "console": false,
10 "extrakey": true,
11 "mousekey": true,
12 "nkro": true
13 },
14
15 "processor": "STM32F401",
16 "board": "BLACKPILL_STM32_F401",
17 "url": "https://github.com/seityaya/Kepler-33",
18 "usb": {
19 "device_version": "1.0.0",
20 "pid": "0x0000",
21 "vid": "0xFEED"
22 },
23 "diode_direction": "ROW2COL",
24 "matrix_pins": {
25 "rows": ["B12", "B13", "B14", "B15"],
26 "cols": ["A0", "A1", "A2", "A3", "A4", "A5", "A6", "A7", "B0", "B1", "B6", "B10", "B9", "B8", "B7"]
27 },
28 "layouts": {
29 "LAYOUT_proto": {
30 "layout": [
31 {"matrix": [0, 0], "label":"Esc", "x":0, "y":0},
32 {"matrix": [0, 1], "label":"Q", "x":1, "y":0},
33 {"matrix": [0, 2], "label":"W", "x":2, "y":0},
34 {"matrix": [0, 3], "label":"E", "x":3, "y":0},
35 {"matrix": [0, 4], "label":"R", "x":4, "y":0},
36 {"matrix": [0, 5], "label":"T", "x":5, "y":0},
37 {"matrix": [0, 6], "label":"Y", "x":6, "y":0},
38 {"matrix": [0, 8], "label":"U", "x":7, "y":0},
39 {"matrix": [0, 9], "label":"I", "x":8, "y":0},
40 {"matrix": [0, 10], "label":"O", "x":9, "y":0},
41 {"matrix": [0, 11], "label":"P", "x":10, "y":0},
42 {"matrix": [0, 12], "label":"[{", "x":11, "y":0},
43 {"matrix": [0, 13], "label":"]}", "x":12, "y":0},
44 {"matrix": [0, 14], "label":"Del", "x":13, "y":0},
45
46 {"matrix": [1, 0], "label":"Layer", "x":0.25, "y":1},
47 {"matrix": [1, 1], "label":"A", "x":1.5, "y":1},
48 {"matrix": [1, 2], "label":"S", "x":2.5, "y":1},
49 {"matrix": [1, 3], "label":"D", "x":3.5, "y":1},
50 {"matrix": [1, 4], "label":"F", "x":4.5, "y":1},
51 {"matrix": [1, 5], "label":"G", "x":5.5, "y":1},
52 {"matrix": [1, 7], "label":"H", "x":6.5, "y":1},
53 {"matrix": [1, 9], "label":"J", "x":7.5, "y":1},
54 {"matrix": [1, 10], "label":"K", "x":8.5, "y":1},
55 {"matrix": [1, 11], "label":"L", "x":9.5, "y":1},
56 {"matrix": [1, 12], "label":";:", "x":10.5, "y":1},
57 {"matrix": [1, 13], "label":"'\"", "x":11.5, "y":1},
58 {"matrix": [1, 14], "label":"Enter", "x":12.75, "y":1},
59
60 {"matrix": [2, 0], "label":"Shift_L", "x":0.5, "y":2},
61 {"matrix": [2, 1], "label":"Z", "x":2, "y":2},
62 {"matrix": [2, 2], "label":"X", "x":3, "y":2},
63 {"matrix": [2, 3], "label":"C", "x":4, "y":2},
64 {"matrix": [2, 4], "label":"V", "x":5, "y":2},
65 {"matrix": [2, 6], "label":"B", "x":6, "y":2},
66 {"matrix": [2, 8], "label":"N", "x":7, "y":2},
67 {"matrix": [2, 10], "label":"M", "x":8, "y":2},
68 {"matrix": [2, 11], "label":",<", "x":9, "y":2},
69 {"matrix": [2, 12], "label":".>", "x":10, "y":2},
70 {"matrix": [2, 13], "label":"/?", "x":11, "y":2},
71 {"matrix": [2, 14], "label":"BackS", "x":12.5, "y":2},
72
73 {"matrix": [3, 0], "label":"Ctrl_L", "x":0, "y":3},
74 {"matrix": [3, 1], "label":"FN_L", "x":1.25, "y":3},
75 {"matrix": [3, 2], "label":"Alt_L", "x":2.5, "y":3},
76 {"matrix": [3, 4], "label":"Space", "x":5, "y":3},
77 {"matrix": [3, 7], "label":"Space", "x":6.5, "y":3},
78 {"matrix": [3, 10], "label":"Menu", "x":8, "y":3},
79 {"matrix": [3, 12], "label":"Alt_R", "x":10.5, "y":3},
80 {"matrix": [3, 13], "label":"FN_R", "x":11.75, "y":3},
81 {"matrix": [3, 14], "label":"Ctrl_R", "x":13, "y":3}
82 ]
83 }
84 }
85}
diff --git a/keyboards/kepler_33/proto/keymaps/default/keymap.c b/keyboards/kepler_33/proto/keymaps/default/keymap.c
new file mode 100644
index 0000000000..13eec6661d
--- /dev/null
+++ b/keyboards/kepler_33/proto/keymaps/default/keymap.c
@@ -0,0 +1,30 @@
1/*
2This is the c configuration file for the keymap
3
4Copyright 2022 Seityaya <seityaya@ukr.net>
5
6This program is free software: you can redistribute it and/or modify
7it under the terms of the GNU General Public License as published by
8the Free Software Foundation, either version 2 of the License, or
9(at your option) any later version.
10
11This program is distributed in the hope that it will be useful,
12but WITHOUT ANY WARRANTY; without even the implied warranty of
13MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14GNU General Public License for more details.
15
16You should have received a copy of the GNU General Public License
17along with this program. If not, see <http://www.gnu.org/licenses/>.
18*/
19
20#include QMK_KEYBOARD_H
21
22const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
23
24 [0] = LAYOUT_proto(
25 KC_ESC, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_LBRC, KC_RBRC, KC_DEL,
26 MO(15), KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN, KC_QUOT, KC_ENT,
27 KC_LSFT, KC_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM, KC_DOT, KC_SLSH, KC_BSPC,
28 KC_LCTL, MO(1), KC_LALT, KC_SPC, KC_SPC, KC_APP, KC_RALT, MO(2), KC_RCTL
29 )
30};
diff --git a/keyboards/kepler_33/proto/readme.md b/keyboards/kepler_33/proto/readme.md
new file mode 100644
index 0000000000..ad1918ee1d
--- /dev/null
+++ b/keyboards/kepler_33/proto/readme.md
@@ -0,0 +1,3 @@
1# Kepler-33 / proto
2
3True 40% keyboard. So far only a prototype. \ No newline at end of file
diff --git a/keyboards/kepler_33/proto/rules.mk b/keyboards/kepler_33/proto/rules.mk
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/keyboards/kepler_33/proto/rules.mk
diff --git a/keyboards/kepler_33/readme.md b/keyboards/kepler_33/readme.md
new file mode 100644
index 0000000000..edafb26c42
--- /dev/null
+++ b/keyboards/kepler_33/readme.md
@@ -0,0 +1,26 @@
1# Kepler-33
2
3![Kepler-33](https://i.imgur.com/zVvzBrOl.png)
4
5True 40% keyboard. The simple and symmetric.
6
7* Keyboard Maintainer: [Yaya](https://github.com/seityaya)
8* Hardware Supported: Kepler-33/proto, STM32F401
9* Hardware Availability: *[Telegram](https://t.me/seityaya)*
10* Keyboard Layout Editor: [Kepler-33](http://www.keyboard-layout-editor.com/#/gists/a456c2256174a2cfa0b4aea832e78d8e)
11
12Make example for this keyboard (after setting up your build environment):
13
14 make kepler_33/proto:default
15
16Flashing example for this keyboard:
17
18 make kepler_33/proto:default:flash
19
20See 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).
21
22## Bootloader
23
24Enter the bootloader in 1 ways:
25
26* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead \ No newline at end of file