[Keyboard] ez_maker/directpins for easy one-offs in qmk_configurator (#13321)
* new keyboard: handwired/directpins * fix promicro keyboard_name * add teensy2 and teensy2++ support * align with handwired/onekey * tweak pids * add teensy 3.2 and teensy lc to directpins * move directpins from handwired to ez_maker * add docs for easy maker
This commit is contained in:
parent
110a320321
commit
60a36863bc
47 changed files with 1141 additions and 0 deletions
20
keyboards/ez_maker/directpins/teensy_2pp/config.h
Normal file
20
keyboards/ez_maker/directpins/teensy_2pp/config.h
Normal file
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
Copyright 2021 Zach White
|
||||
|
||||
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/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "config_common.h"
|
67
keyboards/ez_maker/directpins/teensy_2pp/info.json
Normal file
67
keyboards/ez_maker/directpins/teensy_2pp/info.json
Normal file
|
@ -0,0 +1,67 @@
|
|||
{
|
||||
"manufacturer": "Zach White",
|
||||
"keyboard_name": "DirectPins Teensy 2.0++",
|
||||
"maintainer": "skullydazed",
|
||||
"processor": "at90usb1286",
|
||||
"bootloader": "halfkay",
|
||||
"debounce": 5,
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic_lite": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true
|
||||
},
|
||||
"matrix_pins": {
|
||||
"direct": [
|
||||
["B7", null, null, "B6"],
|
||||
["D0", null, null, "B5"],
|
||||
["D1", null, null, "B4"],
|
||||
["D2", null, null, "B3"],
|
||||
["D3", null, null, "B2"],
|
||||
["D4", "E5", "E4", "B1"],
|
||||
["D5", null, null, "B0"],
|
||||
["D6", null, null, "E7"],
|
||||
["D7", null, null, "E6"],
|
||||
["E0", null, null, null],
|
||||
["E1", null, null, null],
|
||||
["C0", null, null, "F0"],
|
||||
["C1", "A4", "A0", "F1"],
|
||||
["C2", "A5", "A1", "F2"],
|
||||
["C3", "A6", "A2", "F3"],
|
||||
["C4", "A7", "A3", "F4"],
|
||||
["C5", null, null, "F5"],
|
||||
["C6", null, null, "F6"],
|
||||
["C7", null, null, "F7"],
|
||||
]
|
||||
},
|
||||
"usb": {
|
||||
"device_ver": "0x0001",
|
||||
"pid": "0x2323",
|
||||
"vid": "0xFEED"
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT_all": {
|
||||
"layout": [
|
||||
{"label":"B7", "matrix": [0, 0], "x":0, "y":1}, {"label":"B6", "matrix": [0, 3], "x":5, "y":1},
|
||||
{"label":"D0", "matrix": [1, 0], "x":0, "y":2}, {"label":"B5", "matrix": [1, 3], "x":5, "y":2},
|
||||
{"label":"D1", "matrix": [2, 0], "x":0, "y":3}, {"label":"B4", "matrix": [2, 3], "x":5, "y":3},
|
||||
{"label":"D2", "matrix": [3, 0], "x":0, "y":4}, {"label":"B3", "matrix": [3, 3], "x":5, "y":4},
|
||||
{"label":"D3", "matrix": [4, 0], "x":0, "y":5}, {"label":"B2", "matrix": [4, 3], "x":5, "y":5},
|
||||
{"label":"D4", "matrix": [5, 0], "x":0, "y":6}, {"label":"E5", "matrix": [5, 1], "x":2, "y":6}, {"label":"E4", "matrix": [5, 2], "x":3, "y":6}, {"label":"B1", "matrix": [5, 3], "x":5, "y":6},
|
||||
{"label":"D5", "matrix": [6, 0], "x":0, "y":7}, {"label":"B0", "matrix": [6, 3], "x":5, "y":7},
|
||||
{"label":"D6", "matrix": [7, 0], "x":0, "y":8}, {"label":"E7", "matrix": [7, 3], "x":5, "y":8},
|
||||
{"label":"D7", "matrix": [8, 0], "x":0, "y":9}, {"label":"E6", "matrix": [8, 3], "x":5, "y":9},
|
||||
{"label":"E0", "matrix": [9, 0], "x":0, "y":10},
|
||||
{"label":"E1", "matrix": [10, 0], "x":0, "y":11},
|
||||
{"label":"C0", "matrix": [11, 0], "x":0, "y":12}, {"label":"F0", "matrix": [11, 3], "x":5, "y":12},
|
||||
{"label":"C1", "matrix": [12, 0], "x":0, "y":13}, {"label":"A4", "matrix": [12, 1], "x":2, "y":13}, {"label":"A0", "matrix": [12, 2], "x":3, "y":13}, {"label":"F1", "matrix": [12, 3], "x":5, "y":13},
|
||||
{"label":"C2", "matrix": [13, 0], "x":0, "y":14}, {"label":"A5", "matrix": [13, 1], "x":2, "y":14}, {"label":"A1", "matrix": [13, 2], "x":3, "y":14}, {"label":"F2", "matrix": [13, 3], "x":5, "y":14},
|
||||
{"label":"C3", "matrix": [14, 0], "x":0, "y":15}, {"label":"A6", "matrix": [14, 1], "x":2, "y":15}, {"label":"A2", "matrix": [14, 2], "x":3, "y":15}, {"label":"F3", "matrix": [14, 3], "x":5, "y":15},
|
||||
{"label":"C4", "matrix": [15, 0], "x":0, "y":16}, {"label":"A7", "matrix": [15, 1], "x":2, "y":16}, {"label":"A3", "matrix": [15, 2], "x":3, "y":16}, {"label":"F4", "matrix": [15, 3], "x":5, "y":16},
|
||||
{"label":"C5", "matrix": [16, 0], "x":0, "y":17}, {"label":"F5", "matrix": [16, 3], "x":5, "y":17},
|
||||
{"label":"C6", "matrix": [17, 0], "x":0, "y":18}, {"label":"F6", "matrix": [17, 3], "x":5, "y":18},
|
||||
{"label":"C7", "matrix": [18, 0], "x":0, "y":19}, {"label":"F7", "matrix": [18, 3], "x":5, "y":19}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
"keyboard": "ez_maker/directpins/promicro",
|
||||
"keymap": "default",
|
||||
"layout": "LAYOUT_all",
|
||||
"layers": [
|
||||
[
|
||||
"KC_0", "KC_1",
|
||||
"KC_2", "KC_3",
|
||||
"KC_4", "KC_5",
|
||||
"KC_6", "KC_7",
|
||||
"KC_8", "KC_9",
|
||||
"KC_A", "KC_B", "KC_C", "KC_D",
|
||||
"KC_E", "KC_F",
|
||||
"KC_G", "KC_H",
|
||||
"KC_I", "KC_J",
|
||||
"KC_J",
|
||||
"KC_L",
|
||||
"KC_M", "KC_N",
|
||||
"KC_O", "KC_P", "KC_Q", "KC_R",
|
||||
"KC_S", "KC_T", "KC_U", "KC_V",
|
||||
"KC_W", "KC_X", "KC_Y", "KC_Z",
|
||||
"KC_P1", "KC_P2", "KC_P3", "KC_P4",
|
||||
"KC_P5", "KC_P6",
|
||||
"KC_P7", "KC_P8",
|
||||
"KC_P9", "KC_P0"
|
||||
]
|
||||
]
|
||||
}
|
19
keyboards/ez_maker/directpins/teensy_2pp/readme.md
Normal file
19
keyboards/ez_maker/directpins/teensy_2pp/readme.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# DirectPins
|
||||
|
||||

|
||||
|
||||
Easily assign keys to pins for your custom project using QMK Configurator.
|
||||
|
||||
* Keyboard Maintainer: [Zach White](https://github.com/skullydazed)
|
||||
* Hardware Supported: Teensy 2.0++
|
||||
* Hardware Availability: https://www.pjrc.com/
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
qmk compile -kb ez_maker/directpins/teensy2pp -km default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
qmk flash -kb ez_maker/directpins/teensy2pp -km default
|
||||
|
||||
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).
|
0
keyboards/ez_maker/directpins/teensy_2pp/rules.mk
Normal file
0
keyboards/ez_maker/directpins/teensy_2pp/rules.mk
Normal file
17
keyboards/ez_maker/directpins/teensy_2pp/teensy2.c
Normal file
17
keyboards/ez_maker/directpins/teensy_2pp/teensy2.c
Normal file
|
@ -0,0 +1,17 @@
|
|||
/* Copyright 2021 Zach White
|
||||
*
|
||||
* 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 "teensy2.h"
|
19
keyboards/ez_maker/directpins/teensy_2pp/teensy2.h
Normal file
19
keyboards/ez_maker/directpins/teensy_2pp/teensy2.h
Normal file
|
@ -0,0 +1,19 @@
|
|||
/* Copyright 2021 Zach White
|
||||
*
|
||||
* 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/>.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "quantum.h"
|
Loading…
Add table
Add a link
Reference in a new issue