This commit is contained in:
anubhav dhiman 2025-07-23 23:39:34 +10:00 committed by GitHub
commit 351d6638d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 89 additions and 0 deletions

View 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"}
]
}
}
}

View 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"
]
]
}

View 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"
}
}

View File

@ -0,0 +1,28 @@
# ATSET ATR1
![ATSET AT1](https://imgur.com/fu0iXD0.jpg)
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