mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-21 19:09:25 +00:00
Merge bbc95a7abf
into 9bea332a21
This commit is contained in:
commit
dd132ff89f
49
keyboards/tepphhra/rlycoolmacropad/keyboard.json
Normal file
49
keyboards/tepphhra/rlycoolmacropad/keyboard.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"keyboard_name": "rlycoolmacropad",
|
||||
"manufacturer": "tepphhra",
|
||||
"url": "",
|
||||
"maintainer": "tepphhra",
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"matrix_pins": {
|
||||
"cols": ["C6", "D4", "D0", "D1"],
|
||||
"rows": ["B6", "E6", "B4", "B5"]
|
||||
},
|
||||
"diode_direction": "COL2ROW",
|
||||
"features": {
|
||||
"bootmagic": true,
|
||||
"extrakey": true,
|
||||
"mousekey": true,
|
||||
"nkro": true
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
{"matrix": [0, 0], "x": 0, "y": 0},
|
||||
{"matrix": [0, 1], "x": 1, "y": 0},
|
||||
{"matrix": [0, 2], "x": 2, "y": 0},
|
||||
{"matrix": [0, 3], "x": 3, "y": 0},
|
||||
|
||||
{"matrix": [1, 0], "x": 0, "y": 1},
|
||||
{"matrix": [1, 1], "x": 1, "y": 1},
|
||||
{"matrix": [1, 2], "x": 2, "y": 1},
|
||||
{"matrix": [1, 3], "x": 3, "y": 1},
|
||||
|
||||
{"matrix": [2, 0], "x": 0, "y": 2},
|
||||
{"matrix": [2, 1], "x": 1, "y": 2},
|
||||
{"matrix": [2, 2], "x": 2, "y": 2},
|
||||
{"matrix": [2, 3], "x": 3, "y": 2},
|
||||
|
||||
{"matrix": [3, 0], "x": 0, "y": 3},
|
||||
{"matrix": [3, 1], "x": 1, "y": 3},
|
||||
{"matrix": [3, 2], "x": 2, "y": 3},
|
||||
{"matrix": [3, 3], "x": 3, "y": 3}
|
||||
]
|
||||
}
|
||||
},
|
||||
"usb": {
|
||||
"vid": "0xFEED",
|
||||
"pid": "0x0000",
|
||||
"device_version": "0x0001"
|
||||
}
|
||||
}
|
39
keyboards/tepphhra/rlycoolmacropad/keymaps/default/keymap.c
Normal file
39
keyboards/tepphhra/rlycoolmacropad/keymaps/default/keymap.c
Normal file
@ -0,0 +1,39 @@
|
||||
/* Copyright 2024 Mikhail Filippov
|
||||
*
|
||||
* 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
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
[0] = LAYOUT(
|
||||
|
||||
/*
|
||||
* ┌───┬───┬───┬──-─┐
|
||||
* │ 0 │ / │ * │ - │
|
||||
* ├───┼───┼───┼──-─┤
|
||||
* │ 7 │ 8 │ 9 │ + │
|
||||
* ├───┼───┼───┼──-─┤
|
||||
* │ 4 │ 5 │ 6 │ <- │
|
||||
* ├───┼───┼───┼──-─┤
|
||||
* │ 1 │ 2 │ 3 │ENTR│
|
||||
* └───────┴───┴──-─┘
|
||||
*/
|
||||
|
||||
KC_KP_0, KC_KP_SLASH, KC_KP_ASTERISK, KC_KP_MINUS,
|
||||
KC_KP_7, KC_KP_8, KC_KP_9, KC_KP_PLUS,
|
||||
KC_KP_4, KC_KP_5, KC_KP_6, KC_BACKSPACE,
|
||||
KC_KP_1, KC_KP_2, KC_KP_3, KC_KP_ENTER
|
||||
)
|
||||
};
|
22
keyboards/tepphhra/rlycoolmacropad/readme.md
Normal file
22
keyboards/tepphhra/rlycoolmacropad/readme.md
Normal file
@ -0,0 +1,22 @@
|
||||
# rlycoolmacropad
|
||||
|
||||
4x4 ortholinear macropad on ATmega32u4
|
||||
|
||||
* Keyboard Maintainer: [Tepphhra](https://github.com/Tepphhra)
|
||||
* Hardware Supported: ATmega32u4
|
||||
|
||||
Make example for this keyboard (after setting up your build environment):
|
||||
|
||||
make rlycoolmacropad:default
|
||||
|
||||
Flashing example for this keyboard:
|
||||
|
||||
make rlycoolmacropad: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 the following way:
|
||||
|
||||
* **Physical reset button**: Briefly press the button inside the case.
|
Loading…
Reference in New Issue
Block a user