From 5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84 Mon Sep 17 00:00:00 2001 From: Spaceman Date: Fri, 10 Apr 2020 03:44:45 -0400 Subject: [PATCH] Fix spaceman naming (#8741) * Fix spaceman naming * Update keyboards/pancake/info.json * Update keyboards/2_milk/info.json --- keyboards/2_milk/2_milk.c | 2 +- keyboards/2_milk/2_milk.h | 2 +- keyboards/2_milk/config.h | 2 +- keyboards/2_milk/info.json | 3 +-- keyboards/2_milk/keymaps/copypasta/keymap.c | 1 - keyboards/2_milk/readme.md | 2 +- keyboards/pancake/config.h | 4 ++-- keyboards/pancake/feather/config.h | 2 +- keyboards/pancake/info.json | 2 +- keyboards/pancake/pancake.c | 2 +- keyboards/pancake/pancake.h | 2 +- keyboards/pancake/promicro/config.h | 2 +- keyboards/pancake/readme.md | 2 +- 13 files changed, 13 insertions(+), 15 deletions(-) diff --git a/keyboards/2_milk/2_milk.c b/keyboards/2_milk/2_milk.c index 36d50e9c7cc4df64a1d4ee9519905f08c87c0133..96071c2ad58a4dd7bb88b22fa94d7b0b4a71bbc2 100644 --- a/keyboards/2_milk/2_milk.c +++ b/keyboards/2_milk/2_milk.c @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/2_milk/2_milk.h b/keyboards/2_milk/2_milk.h index 8f294817f9121e4fd3bd145c8726375f175c6538..7d90d2064fd50e120ee1ac0e4bd6c64a52bad5b4 100644 --- a/keyboards/2_milk/2_milk.h +++ b/keyboards/2_milk/2_milk.h @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/2_milk/config.h b/keyboards/2_milk/config.h index 9e7228b17e5bdfde7f15dd3ed1879a770be15bce..e9a104117b194c051c479dc904f477e7a4b60feb 100644 --- a/keyboards/2_milk/config.h +++ b/keyboards/2_milk/config.h @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/2_milk/info.json b/keyboards/2_milk/info.json index 0acf002f96eaa76f9617ca0bf1aa35420478c07c..6dc4eeaf8bfb89c3739807a3ab6b8c8def8b2d7c 100644 --- a/keyboards/2_milk/info.json +++ b/keyboards/2_milk/info.json @@ -2,7 +2,7 @@ "keyboard_name": "2% Milk", "keyboard_folder": "2_milk", "url": "", - "maintainer": "rionlion100", + "maintainer": "rionlion100 (Spaceman)", "width": 1, "height": 2, "layouts": { @@ -12,4 +12,3 @@ } } } - diff --git a/keyboards/2_milk/keymaps/copypasta/keymap.c b/keyboards/2_milk/keymaps/copypasta/keymap.c index b9b8005a0f0790c66014482d9ebbceaea1024660..c82a6ff21697094394fc308696f34aa32a2a0a53 100644 --- a/keyboards/2_milk/keymaps/copypasta/keymap.c +++ b/keyboards/2_milk/keymaps/copypasta/keymap.c @@ -1,4 +1,3 @@ - #include QMK_KEYBOARD_H const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { diff --git a/keyboards/2_milk/readme.md b/keyboards/2_milk/readme.md index ce0f216bba86d112ee595587cbadf3696e6aef6d..f3a85458cedd8e4d1e6f3708f1f9e8e1dc16a48c 100644 --- a/keyboards/2_milk/readme.md +++ b/keyboards/2_milk/readme.md @@ -4,7 +4,7 @@ A 2% Meme board themed around a milk carton -Keyboard Maintainer: [Rionlion100](https://github.com/rionlion100) +Keyboard Maintainer: Spaceman AKA:[Rionlion100](https://github.com/rionlion100) Hardware Availability: [Open Source](https://github.com/Rionlion100/Spaceboards/tree/master/Keyboards/2%25%20Milk) Make example for this keyboard (after setting up your build environment): diff --git a/keyboards/pancake/config.h b/keyboards/pancake/config.h index a83ef5d0cc80fbb9ec8e7c9c65d3e321bed20a0d..5a01a572e4dfbb0e30e0e8437b14e0207cc59215 100644 --- a/keyboards/pancake/config.h +++ b/keyboards/pancake/config.h @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,7 +20,7 @@ #define VENDOR_ID 0xFEED #define PRODUCT_ID 0xB195 #define DEVICE_VER 0x0001 -#define MANUFACTURER rionlion100 +#define MANUFACTURER Spaceman #define PRODUCT Pancake #define DESCRIPTION Choc Ortho Keyboard diff --git a/keyboards/pancake/feather/config.h b/keyboards/pancake/feather/config.h index fbb175758b60a71aa8b8ef62a266256abf1ff9b1..eac91a5adaa9ef54f4b09a5549823833521284ac 100644 --- a/keyboards/pancake/feather/config.h +++ b/keyboards/pancake/feather/config.h @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/pancake/info.json b/keyboards/pancake/info.json index c18e48b8b168c44c90b1689bccea1342c8d61bb5..6d2b2a9bb407c8330648b5e2679424c399546101 100644 --- a/keyboards/pancake/info.json +++ b/keyboards/pancake/info.json @@ -2,7 +2,7 @@ "keyboard_name": "Pancake", "keyboard_folder": "Pancake", "url": "", - "maintainer": "rionlion100", + "maintainer": "rionlion100 (Spaceman)", "width": 12, "height": 4, "layouts": { diff --git a/keyboards/pancake/pancake.c b/keyboards/pancake/pancake.c index e01636016cc56ea8ef68efe854715c584e0d7aa1..d77dbfbe01e8e1239b43e5a4814d53468da6e3a0 100644 --- a/keyboards/pancake/pancake.c +++ b/keyboards/pancake/pancake.c @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/pancake/pancake.h b/keyboards/pancake/pancake.h index cb775699672196f617efafca5470d79d983c012d..312d789b42b944bf655df8abbf86dde22f3da65d 100644 --- a/keyboards/pancake/pancake.h +++ b/keyboards/pancake/pancake.h @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/pancake/promicro/config.h b/keyboards/pancake/promicro/config.h index 3b65ced8181370b3a204da76b1375a8c87e413e1..ee02bff2b8132699a2880e234927b5b0228afbbf 100644 --- a/keyboards/pancake/promicro/config.h +++ b/keyboards/pancake/promicro/config.h @@ -1,4 +1,4 @@ -/* Copyright 2019 Sebastian Williams +/* Copyright 2019 Spaceman * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/keyboards/pancake/readme.md b/keyboards/pancake/readme.md index bbf341b9722d4c67be86f391eded49543cdfa9bf..3e3125f4d7a7212ef758b2d319c3612566cbf5e3 100644 --- a/keyboards/pancake/readme.md +++ b/keyboards/pancake/readme.md @@ -2,7 +2,7 @@ Ortho 40% Ortho Keyboard with an option for the adafruit feather -Keyboard Maintainer: [Rionlion100](https://github.com/rionlion100) +Keyboard Maintainer: Spaceman AKA:[Rionlion100](https://github.com/rionlion100) Hardware Availability: [GB](https://geekhack.org/index.php?topic=101371.0) Make example for this keyboard (after setting up your build environment):