Browse Source

Refactor: move macro3 into handwired folder (#22759)

pull/22770/head
フィルターペーパー 4 months ago
committed by GitHub
parent
commit
489151d7a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 4 additions and 4 deletions
  1. +0
    -0
      keyboards/handwired/macro3/info.json
  2. +0
    -0
      keyboards/handwired/macro3/keymaps/default/keymap.c
  3. +0
    -0
      keyboards/handwired/macro3/keymaps/default/rules.mk
  4. +0
    -0
      keyboards/handwired/macro3/macro3.c
  5. +4
    -4
      keyboards/handwired/macro3/readme.md
  6. +0
    -0
      keyboards/handwired/macro3/rules.mk

keyboards/macro3/info.json → keyboards/handwired/macro3/info.json View File


keyboards/macro3/keymaps/default/keymap.c → keyboards/handwired/macro3/keymaps/default/keymap.c View File


keyboards/macro3/keymaps/default/rules.mk → keyboards/handwired/macro3/keymaps/default/rules.mk View File


keyboards/macro3/macro3.c → keyboards/handwired/macro3/macro3.c View File


keyboards/macro3/readme.md → keyboards/handwired/macro3/readme.md View File

@ -6,13 +6,13 @@ Macro3 is a low-profile macro pad with dual encoder support designed by [@davidp
## Keyboard Info
* Keyboard Maintainer: [filterpaper](https://github.com/filterpaper), [davidphilipbarr](https://github.com/davidphilipbarr)
* Hardware Supported: [Macro3](https://github.com/davidphilipbarr/Macropads/tree/main/macro3)
* Hardware Availability: order PCBs with gerber file from the repository
* Keyboard Maintainer: [filterpaper](https://github.com/filterpaper)
* Hardware Supported: Macro3
* Hardware Availability: [Open-source](https://github.com/davidphilipbarr/Macropads/tree/main/macro3)
Make example for this keyboard (after setting up your build environment):
make macro3:default
make handwired/macro3: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).

keyboards/macro3/rules.mk → keyboards/handwired/macro3/rules.mk View File


Loading…
Cancel
Save