Skip to content

Commit

Permalink
move directpins from handwired to ez_maker
Browse files Browse the repository at this point in the history
  • Loading branch information
skullydazed committed Jun 24, 2021
1 parent f7a4e23 commit e09309a
Show file tree
Hide file tree
Showing 45 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "handwired/directpins/promicro",
"keyboard": "ez_maker/directpins/promicro",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Easily assign keys to pins for your custom project using QMK Configurator.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/directpins/promicro -km default
qmk compile -kb ez_maker/directpins/promicro -km default

Flashing example for this keyboard:

qmk flash -kb handwired/directpins/promicro -km default
qmk flash -kb ez_maker/directpins/promicro -km 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).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "handwired/directpins/proton_c",
"keyboard": "ez_maker/directpins/proton_c",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Easily assign keys to pins for your custom project using QMK Configurator.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/directpins/proton_c -km default
qmk compile -kb ez_maker/directpins/proton_c -km default

Flashing example for this keyboard:

qmk flash -kb handwired/directpins/proton_c -km default
qmk flash -kb ez_maker/directpins/proton_c -km 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).
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "handwired/directpins/teensy2",
"keyboard": "ez_maker/directpins/teensy2",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Easily assign keys to pins for your custom project using QMK Configurator.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/directpins/teensy2 -km default
qmk compile -kb ez_maker/directpins/teensy2 -km default

Flashing example for this keyboard:

qmk flash -kb handwired/directpins/teensy2 -km default
qmk flash -kb ez_maker/directpins/teensy2 -km 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).
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "handwired/directpins/promicro",
"keyboard": "ez_maker/directpins/promicro",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Easily assign keys to pins for your custom project using QMK Configurator.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/directpins/teensy2pp -km default
qmk compile -kb ez_maker/directpins/teensy2pp -km default

Flashing example for this keyboard:

qmk flash -kb handwired/directpins/teensy2pp -km default
qmk flash -kb ez_maker/directpins/teensy2pp -km 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).
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/handwired/onekey/teensy_32/chconf.h -r platforms/chibios/common/configs/chconf.h`
* `qmk chibios-confmigrate -i keyboards/ez_maker/onekey/teensy_32/chconf.h -r platforms/chibios/common/configs/chconf.h`
*/

#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/handwired/onekey/teensy_32/halconf.h -r platforms/chibios/common/configs/halconf.h`
* `qmk chibios-confmigrate -i keyboards/ez_maker/onekey/teensy_32/halconf.h -r platforms/chibios/common/configs/halconf.h`
*/

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "handwired/directpins/teensy_lc",
"keyboard": "ez_maker/directpins/teensy_32",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Easily assign keys to pins for your custom project using QMK Configurator.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/directpins/teensy_32 -km default
qmk compile -kb ez_maker/directpins/teensy_32 -km default

Flashing example for this keyboard:

qmk flash -kb handwired/directpins/teensy_32 -km default
qmk flash -kb ez_maker/directpins/teensy_32 -km 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).
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/handwired/onekey/teensy_lc/chconf.h -r platforms/chibios/common/configs/chconf.h`
* `qmk chibios-confmigrate -i keyboards/ez_maker/onekey/teensy_lc/chconf.h -r platforms/chibios/common/configs/chconf.h`
*/

#pragma once
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/handwired/onekey/teensy_lc/halconf.h -r platforms/chibios/common/configs/halconf.h`
* `qmk chibios-confmigrate -i keyboards/ez_maker/onekey/teensy_lc/halconf.h -r platforms/chibios/common/configs/halconf.h`
*/

#pragma once
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"keyboard": "handwired/directpins/teensy_32",
"keyboard": "ez_maker/directpins/teensy_lc",
"keymap": "default",
"layout": "LAYOUT_all",
"layers": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Easily assign keys to pins for your custom project using QMK Configurator.

Make example for this keyboard (after setting up your build environment):

qmk compile -kb handwired/directpins/teensy_lc -km default
qmk compile -kb ez_maker/directpins/teensy_lc -km default

Flashing example for this keyboard:

qmk flash -kb handwired/directpins/teensy_lc -km default
qmk flash -kb ez_maker/directpins/teensy_lc -km 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).

0 comments on commit e09309a

Please sign in to comment.