From 5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84 Mon Sep 17 00:00:00 2001 From: Spaceman Date: Fri, 10 Apr 2020 03:44:45 -0400 Subject: Fix spaceman naming (#8741) * Fix spaceman naming * Update keyboards/pancake/info.json * Update keyboards/2_milk/info.json --- 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 +- 7 files changed, 8 insertions(+), 8 deletions(-) (limited to 'keyboards/pancake') diff --git a/keyboards/pancake/config.h b/keyboards/pancake/config.h index a83ef5d0cc..5a01a572e4 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 fbb175758b..eac91a5ada 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 c18e48b8b1..6d2b2a9bb4 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 e01636016c..d77dbfbe01 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 cb77569967..312d789b42 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 3b65ced818..ee02bff2b8 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 bbf341b972..3e3125f4d7 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): -- cgit v1.2.3