mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Merge 126f2e071f
into 36c3f4deba
This commit is contained in:
commit
351d6638d5
30
keyboards/atset/atr1/info.json
Normal file
30
keyboards/atset/atr1/info.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"manufacturer": "Atset",
|
||||||
|
"keyboard_name": "AT1",
|
||||||
|
"maintainer": "atset",
|
||||||
|
"features": {
|
||||||
|
"bootmagic": true,
|
||||||
|
"mousekey": true
|
||||||
|
},
|
||||||
|
"url": "http://atsetmediscience.com",
|
||||||
|
"usb": {
|
||||||
|
"vid": "0x4249",
|
||||||
|
"pid": "0x4295"
|
||||||
|
},
|
||||||
|
"community_layouts": ["ortho_3x3"],
|
||||||
|
"layouts": {
|
||||||
|
"LAYOUT_ortho_3x3": {
|
||||||
|
"layout": [
|
||||||
|
{"matrix": [0, 0], "x": 0, "y": 0, "label": "k00"},
|
||||||
|
{"matrix": [0, 1], "x": 1, "y": 0, "label": "k01"},
|
||||||
|
{"matrix": [0, 2], "x": 2, "y": 0, "label": "k02"},
|
||||||
|
{"matrix": [1, 0], "x": 0, "y": 1, "label": "k10"},
|
||||||
|
{"matrix": [1, 1], "x": 1, "y": 1, "label": "k11"},
|
||||||
|
{"matrix": [1, 2], "x": 2, "y": 1, "label": "k12"},
|
||||||
|
{"matrix": [2, 0], "x": 0, "y": 2, "label": "k20"},
|
||||||
|
{"matrix": [2, 1], "x": 1, "y": 2, "label": "k21"},
|
||||||
|
{"matrix": [2, 2], "x": 2, "y": 2, "label": "k22"}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
13
keyboards/atset/atr1/keymaps/default/keymap.json
Normal file
13
keyboards/atset/atr1/keymaps/default/keymap.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"keyboard": "atset/atr1/r1",
|
||||||
|
"author": "atset",
|
||||||
|
"keymap": "default",
|
||||||
|
"layout": "LAYOUT_ortho_3x3",
|
||||||
|
"layers": [
|
||||||
|
[
|
||||||
|
"KC_7", "KC_8", "KC_9",
|
||||||
|
"KC_4", "KC_5", "KC_6",
|
||||||
|
"KC_1", "KC_2", "KC_3"
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
18
keyboards/atset/atr1/r1/keyboard.json
Normal file
18
keyboards/atset/atr1/r1/keyboard.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"keyboard_name": "ATR1 R1",
|
||||||
|
"bootloader": "stm32duino",
|
||||||
|
"diode_direction": "COL2ROW",
|
||||||
|
"matrix_pins": {
|
||||||
|
"cols": ["A1", "A2", "A6"],
|
||||||
|
"rows": ["B6", "B7", "B2"]
|
||||||
|
},
|
||||||
|
"eeprom": {
|
||||||
|
"wear_leveling": {
|
||||||
|
"backing_size": 4096
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"processor": "STM32F103",
|
||||||
|
"usb": {
|
||||||
|
"device_version": "1.0.0"
|
||||||
|
}
|
||||||
|
}
|
28
keyboards/atset/atr1/readme.md
Normal file
28
keyboards/atset/atr1/readme.md
Normal file
@ -0,0 +1,28 @@
|
|||||||
|
# ATSET ATR1
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
A 9% macropad.
|
||||||
|
|
||||||
|
* Keyboard Maintainer: [atset]
|
||||||
|
* Hardware Supported: ATR1 R1 PCB with STM32F103
|
||||||
|
* Hardware Availability: [https://atsetmediscience.com](https://atsetmediscience.com)
|
||||||
|
|
||||||
|
Make example for this keyboard (after setting up your build environment):
|
||||||
|
|
||||||
|
make atset/atr1/r1:default
|
||||||
|
Flashing example for this keyboard:
|
||||||
|
|
||||||
|
|
||||||
|
make atset/atr1/r1: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 in 3 ways:
|
||||||
|
|
||||||
|
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key) and plug in the keyboard
|
||||||
|
* **Physical reset button**: Briefly press the button under the small hole on the back of the macropad
|
||||||
|
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
|
Loading…
Reference in New Issue
Block a user