diff options
author | lokher <lokher@gmail.com> | 2022-12-06 17:10:48 +0800 |
---|---|---|
committer | lokher <lokher@gmail.com> | 2022-12-07 15:50:49 +0800 |
commit | a336c2c5005251e4cb0f3a62ccabdb4cfccad915 (patch) | |
tree | 3c948b631a5e3b6f940dabe02fad3c7487e6f350 /keyboards/handwired/pytest | |
parent | 27fc28fd2ff52e079a5bc58d6aaea4c752420615 (diff) |
Merge upstream master to 2022 Q4 breaking change
Diffstat (limited to 'keyboards/handwired/pytest')
-rw-r--r-- | keyboards/handwired/pytest/basic/rules.mk | 0 | ||||
-rw-r--r-- | keyboards/handwired/pytest/has_community/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/handwired/pytest/has_template/rules.mk | 0 | ||||
-rw-r--r-- | keyboards/handwired/pytest/info.json | 12 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/keymaps/default/keymap.json | 15 | ||||
-rw-r--r-- | keyboards/handwired/pytest/macro/rules.mk | 0 |
6 files changed, 0 insertions, 28 deletions
diff --git a/keyboards/handwired/pytest/basic/rules.mk b/keyboards/handwired/pytest/basic/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/handwired/pytest/basic/rules.mk +++ /dev/null diff --git a/keyboards/handwired/pytest/has_community/rules.mk b/keyboards/handwired/pytest/has_community/rules.mk deleted file mode 100644 index 051634b3a4..0000000000 --- a/keyboards/handwired/pytest/has_community/rules.mk +++ /dev/null @@ -1 +0,0 @@ -LAYOUTS = ortho_1x1 diff --git a/keyboards/handwired/pytest/has_template/rules.mk b/keyboards/handwired/pytest/has_template/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/handwired/pytest/has_template/rules.mk +++ /dev/null diff --git a/keyboards/handwired/pytest/info.json b/keyboards/handwired/pytest/info.json deleted file mode 100644 index 2ba7d34d52..0000000000 --- a/keyboards/handwired/pytest/info.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "keyboard_name": "pytest", - "manufacturer": "none", - "maintainer": "qmk", - "usb": { - "vid": "0xFEED", - "pid": "0x6465", - "device_version": "0.0.1" - }, - "processor": "atmega32u4", - "bootloader": "atmel-dfu" -} diff --git a/keyboards/handwired/pytest/macro/keymaps/default/keymap.json b/keyboards/handwired/pytest/macro/keymaps/default/keymap.json deleted file mode 100644 index 23c371aa34..0000000000 --- a/keyboards/handwired/pytest/macro/keymaps/default/keymap.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "keyboard": "handwired/pytest/basic", - "keymap": "default_json", - "layout": "LAYOUT_ortho_1x1", - "layers": [["QK_MACRO_0"]], - "macros": [ - [ - "Hello, World!", - {"action":"tap", "keycodes":["ENTER"]} - ] - ], - "author": "qmk", - "notes": "This file is a keymap.json file for handwired/pytest/basic", - "version": 1 -} diff --git a/keyboards/handwired/pytest/macro/rules.mk b/keyboards/handwired/pytest/macro/rules.mk deleted file mode 100644 index e69de29bb2..0000000000 --- a/keyboards/handwired/pytest/macro/rules.mk +++ /dev/null |