aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornopunin10did <w.alex.ronke@gmail.com>2020-11-24 04:59:22 -0500
committerGitHub <noreply@github.com>2020-11-24 01:59:22 -0800
commit6e97a4c8b915e7be4d86ea9969c0e7d7e9876b8b (patch)
tree6c7fc421c7ced7ce6537e0fd7dc38b06355fbf74
parent429474d1c323bf746b0ed158ae9aa2002319009d (diff)
downloadqmk_firmware-6e97a4c8b915e7be4d86ea9969c0e7d7e9876b8b.tar.gz
qmk_firmware-6e97a4c8b915e7be4d86ea9969c0e7d7e9876b8b.zip
Railroad fix (#10935)
* Fix Railroad build issues * Update keyboards/nopunin10did/railroad/rev0/rules.mk * Update keyboards/nopunin10did/railroad/rev0/rev0.h * Add extra copy of readme to the rev0 folder * Update keyboards/nopunin10did/railroad/rev0/readme.md
-rw-r--r--keyboards/nopunin10did/railroad/readme.md2
-rw-r--r--keyboards/nopunin10did/railroad/rev0/readme.md15
-rw-r--r--keyboards/nopunin10did/railroad/rev0/rev0.c (renamed from keyboards/nopunin10did/railroad/rev0/railroad.c)2
-rw-r--r--keyboards/nopunin10did/railroad/rev0/rev0.h (renamed from keyboards/nopunin10did/railroad/rev0/railroad.h)2
-rw-r--r--keyboards/nopunin10did/railroad/rev0/rules.mk (renamed from keyboards/nopunin10did/railroad/rules.mk)0
5 files changed, 17 insertions, 4 deletions
diff --git a/keyboards/nopunin10did/railroad/readme.md b/keyboards/nopunin10did/railroad/readme.md
index c84e3573f..aac088f12 100644
--- a/keyboards/nopunin10did/railroad/readme.md
+++ b/keyboards/nopunin10did/railroad/readme.md
@@ -10,6 +10,6 @@ A long keyboard with ortholinear alphas and semi-standard modifier keys. For mor
10 10
11Make example for this keyboard (after setting up your build environment): 11Make example for this keyboard (after setting up your build environment):
12 12
13 make nopunin10did/railroad:default 13 make nopunin10did/railroad/rev0:default
14 14
15See 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). 15See 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).
diff --git a/keyboards/nopunin10did/railroad/rev0/readme.md b/keyboards/nopunin10did/railroad/rev0/readme.md
new file mode 100644
index 000000000..e3b8dc8bc
--- /dev/null
+++ b/keyboards/nopunin10did/railroad/rev0/readme.md
@@ -0,0 +1,15 @@
1# The Railroad
2
3![The Railroad](https://i.imgur.com/B8OjXmyl.jpg)
4
5A long keyboard with ortholinear alphas and semi-standard modifier keys. For more information, join the [NoPunIn10Key Discord](https://discord.gg/sku2Y6w).
6
7* Keyboard Maintainer: [Alex Ronke](https://diplomacyvariants.wordpress.com/), also known as [NoPunIn10Did](https://github.com/nopunin10did).
8* Hardware Supported: The Railroad: 2020-07 Prototype
9* Hardware Availability: Currently by request only
10
11Make example for this keyboard (after setting up your build environment):
12
13 make nopunin10did/railroad/rev0:default
14
15See 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).
diff --git a/keyboards/nopunin10did/railroad/rev0/railroad.c b/keyboards/nopunin10did/railroad/rev0/rev0.c
index 7a0aff3d1..f9a51af64 100644
--- a/keyboards/nopunin10did/railroad/rev0/railroad.c
+++ b/keyboards/nopunin10did/railroad/rev0/rev0.c
@@ -14,4 +14,4 @@
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16 16
17#include "railroad.h" 17#include "rev0.h"
diff --git a/keyboards/nopunin10did/railroad/rev0/railroad.h b/keyboards/nopunin10did/railroad/rev0/rev0.h
index 44610cfb5..ff7c31524 100644
--- a/keyboards/nopunin10did/railroad/rev0/railroad.h
+++ b/keyboards/nopunin10did/railroad/rev0/rev0.h
@@ -49,5 +49,3 @@
49 { K0800, K0801, K0802, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K0808, K0809, K0810 }, \ 49 { K0800, K0801, K0802, KC_NO, KC_NO, KC_NO, KC_NO, KC_NO, K0808, K0809, K0810 }, \
50 { K0900, K0901, K0902, K0903, K0904, K0905, K0906, K0907, K0908, K0909, KC_NO } \ 50 { K0900, K0901, K0902, K0903, K0904, K0905, K0906, K0907, K0908, K0909, KC_NO } \
51} 51}
52
53
diff --git a/keyboards/nopunin10did/railroad/rules.mk b/keyboards/nopunin10did/railroad/rev0/rules.mk
index a7facc532..a7facc532 100644
--- a/keyboards/nopunin10did/railroad/rules.mk
+++ b/keyboards/nopunin10did/railroad/rev0/rules.mk