aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFidel Coria <1coriaF@gmail.com>2020-08-26 03:12:19 -0500
committerGitHub <noreply@github.com>2020-08-26 01:12:19 -0700
commitbad662b830bc5d93e244aec73d3115a65d7ccf17 (patch)
treec80d16d73e439383cf2c83202af219b2f9fc9ec6
parentc3ab20511d7170572d8698f47d3bee1c171919f8 (diff)
downloadqmk_firmware-bad662b830bc5d93e244aec73d3115a65d7ccf17.tar.gz
qmk_firmware-bad662b830bc5d93e244aec73d3115a65d7ccf17.zip
[Keyboard] Handwired pteron38 (#10035)
* setup handwired pteron38 * Clean up readme * readme follow template * c formatting conventions * remove file size comments from rules.mk * use direct link to imgur image * Apply suggestions from code review * add license
-rw-r--r--keyboards/handwired/pteron38/config.h41
-rw-r--r--keyboards/handwired/pteron38/info.json58
-rw-r--r--keyboards/handwired/pteron38/keymaps/default/keymap.c48
-rw-r--r--keyboards/handwired/pteron38/pteron38.c17
-rw-r--r--keyboards/handwired/pteron38/pteron38.h31
-rw-r--r--keyboards/handwired/pteron38/readme.md15
-rw-r--r--keyboards/handwired/pteron38/rules.mk22
7 files changed, 232 insertions, 0 deletions
diff --git a/keyboards/handwired/pteron38/config.h b/keyboards/handwired/pteron38/config.h
new file mode 100644
index 000000000..967872aaa
--- /dev/null
+++ b/keyboards/handwired/pteron38/config.h
@@ -0,0 +1,41 @@
1/* Copyright 2020 Fidel Coria
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "config_common.h"
20
21/* USB Device descriptor parameter */
22#define VENDOR_ID 0xFEED
23#define PRODUCT_ID 0x6060
24#define DEVICE_VER 0x0001
25#define MANUFACTURER QMK Community
26#define PRODUCT Pteron38 Keyboard
27
28/* key matrix size */
29#define MATRIX_ROWS 4
30#define MATRIX_COLS 10
31
32/* key matrix pins */
33#define MATRIX_ROW_PINS { E6, B4, B5, B6 }
34#define MATRIX_COL_PINS { F6, F5, F7, B1, B3, C6, D4, D0, D1, D2 }
35#define UNUSED_PINS { D7, F4, D3 }
36
37/* COL2ROW or ROW2COL */
38#define DIODE_DIRECTION COL2ROW
39
40/* Set 0 if debouncing isn't needed */
41#define DEBOUNCE 5 /* 5 is default */
diff --git a/keyboards/handwired/pteron38/info.json b/keyboards/handwired/pteron38/info.json
new file mode 100644
index 000000000..58b46da7e
--- /dev/null
+++ b/keyboards/handwired/pteron38/info.json
@@ -0,0 +1,58 @@
1{
2 "keyboard_name": "pteron38",
3 "url": "",
4 "maintainer": "fidelcoria",
5 "width": 17,
6 "height": 5.95,
7 "layouts": {
8 "LAYOUT_split_3x5_4": {
9 "layout": [
10 {"label":"K101", "x":1, "y":1.75},
11 {"label":"K102", "x":2, "y":1.25},
12 {"label":"K103", "x":3, "y":1},
13 {"label":"K104", "x":4, "y":1.35},
14 {"label":"K105", "x":5, "y":1.45},
15
16 {"label":"K106", "x":11, "y":1.45},
17 {"label":"K107", "x":12, "y":1.35},
18 {"label":"K108", "x":13, "y":1},
19 {"label":"K109", "x":14, "y":1.25},
20 {"label":"K110", "x":15, "y":1.75},
21
22 {"label":"K201", "x":1, "y":2.75},
23 {"label":"K202", "x":2, "y":2.25},
24 {"label":"K203", "x":3, "y":2},
25 {"label":"K204", "x":4, "y":2.35},
26 {"label":"K205", "x":5, "y":2.45},
27
28 {"label":"K206", "x":11, "y":2.45},
29 {"label":"K207", "x":12, "y":2.35},
30 {"label":"K208", "x":13, "y":2},
31 {"label":"K209", "x":14, "y":2.25},
32 {"label":"K210", "x":15, "y":2.75},
33
34 {"label":"K301", "x":1, "y":3.75},
35 {"label":"K302", "x":2, "y":3.25},
36 {"label":"K303", "x":3, "y":3},
37 {"label":"K304", "x":4, "y":3.35},
38 {"label":"K305", "x":5, "y":3.45},
39
40 {"label":"K306", "x":11, "y":3.45},
41 {"label":"K307", "x":12, "y":3.35},
42 {"label":"K308", "x":13, "y":3},
43 {"label":"K309", "x":14, "y":3.25},
44 {"label":"K310", "x":15, "y":3.75},
45
46 {"label":"K402", "x":4, "y":4.35},
47 {"label":"K403", "x":5, "y":4.45},
48 {"label":"K404", "x":6, "y":4.65},
49 {"label":"K405", "x":7, "y":4.95},
50
51 {"label":"K406", "x":9, "y":4.95},
52 {"label":"K407", "x":10, "y":4.65},
53 {"label":"K408", "x":11, "y":4.45},
54 {"label":"K409", "x":12, "y":4.35}
55 ]
56 }
57 }
58}
diff --git a/keyboards/handwired/pteron38/keymaps/default/keymap.c b/keyboards/handwired/pteron38/keymaps/default/keymap.c
new file mode 100644
index 000000000..df8028876
--- /dev/null
+++ b/keyboards/handwired/pteron38/keymaps/default/keymap.c
@@ -0,0 +1,48 @@
1/* Copyright 2020 Fidel Coria
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include QMK_KEYBOARD_H
18
19#define SFT_Z LSFT_T(KC_Z)
20#define SFT_FSL RSFT_T(KC_SLSH)
21
22#define UNLOCK LCA(KC_DEL)
23#define LOCK RGUI(KC_L)
24#define CTL_S RCTL(KC_RSFT) // used with arrow keys for word highlight
25#define G_SHFT RGUI(KC_RSFT) // plus arrow to switch window to other screen
26
27const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
28 [0] = LAYOUT_split_3x5_4(
29 KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P,
30 KC_A, KC_S, KC_D, KC_F, KC_G, KC_H, KC_J, KC_K, KC_L, KC_SCLN,
31 SFT_Z, KC_X, KC_C, KC_V, KC_B, KC_N, KC_M, KC_COMM,KC_DOT, SFT_FSL,
32 MO(1), KC_BSPC,MO(2), KC_LCTL, KC_RSFT,KC_ENT, KC_SPC, KC_RALT
33 ),
34
35 [1] = LAYOUT_split_3x5_4(
36 KC_TAB, KC_HOME,KC_UP, KC_END, UNLOCK, KC_GRV, KC_LPRN,KC_RPRN,KC_MINS,KC_EQL,
37 KC_ESC, KC_LEFT,KC_DOWN,KC_RGHT,LOCK, KC_QUOT,KC_LCBR,KC_RCBR,KC_RGUI,KC_QUOT,
38 _______,KC_DEL, KC_ENT, KC_SPC, KC_CAPS, CTL_S, KC_LBRC,KC_RBRC,G_SHFT, KC_BSLS,
39 _______,_______,_______,_______, _______,_______,KC_RCTL,KC_RALT
40 ),
41
42 [2] = LAYOUT_split_3x5_4(
43 KC_1, KC_2, KC_3, KC_4, KC_5, KC_6, KC_7, KC_8, KC_9, KC_0,
44 KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10,
45 _______,_______,_______,KC_F11, KC_F12, KC_INS, _______,RESET, _______,_______,
46 _______,_______,_______,_______, _______,_______,KC_RCTL,KC_RALT
47 )
48};
diff --git a/keyboards/handwired/pteron38/pteron38.c b/keyboards/handwired/pteron38/pteron38.c
new file mode 100644
index 000000000..62d09ffa5
--- /dev/null
+++ b/keyboards/handwired/pteron38/pteron38.c
@@ -0,0 +1,17 @@
1/* Copyright 2020 Fidel Coria
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#include "pteron38.h"
diff --git a/keyboards/handwired/pteron38/pteron38.h b/keyboards/handwired/pteron38/pteron38.h
new file mode 100644
index 000000000..7b9e734cf
--- /dev/null
+++ b/keyboards/handwired/pteron38/pteron38.h
@@ -0,0 +1,31 @@
1/* Copyright 2020 Fidel Coria
2 *
3 * This program is free software: you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation, either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 *
13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */
16
17#pragma once
18
19#include "quantum.h"
20
21#define LAYOUT_split_3x5_4( \
22 K101, K102, K103, K104, K105, K106, K107, K108, K109, K110, \
23 K201, K202, K203, K204, K205, K206, K207, K208, K209, K210, \
24 K301, K302, K303, K304, K305, K306, K307, K308, K309, K310, \
25 K402, K403, K404, K405, K406, K407, K408, K409 \
26) { \
27 { K101, K102, K103, K104, K105, K106, K107, K108, K109, K110 }, \
28 { K201, K202, K203, K204, K205, K206, K207, K208, K209, K210 }, \
29 { K301, K302, K303, K304, K305, K306, K307, K308, K309, K310 }, \
30 { KC_NO, K402, K403, K404, K405, K406, K407, K408, K409, KC_NO } \
31}
diff --git a/keyboards/handwired/pteron38/readme.md b/keyboards/handwired/pteron38/readme.md
new file mode 100644
index 000000000..3ebdfecf4
--- /dev/null
+++ b/keyboards/handwired/pteron38/readme.md
@@ -0,0 +1,15 @@
1# Pteron38
2
3![Pteron38](https://i.imgur.com/75030bal.jpg)
4
5An ergonomic keyboard heavily inspired by the [Atreus](https://github.com/technomancy/atreus), [Iris](https://github.com/keebio/iris-case) and [Atreis](https://github.com/dekonnection/atreis) keyboards. More info and files for laser cutting plates and case are in the [Pteron repository](https://github.com/FSund/pteron-keyboard).
6
7* Keyboard Maintainer: [Fidel Coria](https://github.com/fidelcoria)
8* Hardware Supported: Elite C
9* Hardware Availability: Handwired, no PCB's available (for now)
10
11Make example for this keyboard (after setting up your build environment):
12
13 make handwired/pteron38:default
14
15See 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).
diff --git a/keyboards/handwired/pteron38/rules.mk b/keyboards/handwired/pteron38/rules.mk
new file mode 100644
index 000000000..12c8a6005
--- /dev/null
+++ b/keyboards/handwired/pteron38/rules.mk
@@ -0,0 +1,22 @@
1# MCU name
2MCU = atmega32u4
3
4# Bootloader selection
5BOOTLOADER = atmel-dfu
6
7# Build Options
8# change yes to no to disable
9#
10BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
11MOUSEKEY_ENABLE = yes # Mouse keys
12EXTRAKEY_ENABLE = yes # Audio control and System control
13CONSOLE_ENABLE = no # Console for debug
14COMMAND_ENABLE = no # Commands for debug and configuration
15# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
16SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
17# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
18NKRO_ENABLE = yes # USB Nkey Rollover
19BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
20RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
21BLUETOOTH_ENABLE = no # Enable Bluetooth
22AUDIO_ENABLE = no # Audio output