diff options
author | Spaceman <rionlion100@gmail.com> | 2020-04-10 03:44:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 00:44:45 -0700 |
commit | 5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84 (patch) | |
tree | 8a089b2c29fa4d9a54ab94c426f04c6732b44327 /keyboards/pancake | |
parent | 6384a2abd8d49f80b28f5a7c0045d39d4c3caa1f (diff) |
Fix spaceman naming (#8741)
* Fix spaceman naming
* Update keyboards/pancake/info.json
* Update keyboards/2_milk/info.json
Diffstat (limited to 'keyboards/pancake')
-rw-r--r-- | keyboards/pancake/config.h | 4 | ||||
-rw-r--r-- | keyboards/pancake/feather/config.h | 2 | ||||
-rw-r--r-- | keyboards/pancake/info.json | 2 | ||||
-rw-r--r-- | keyboards/pancake/pancake.c | 2 | ||||
-rw-r--r-- | keyboards/pancake/pancake.h | 2 | ||||
-rw-r--r-- | keyboards/pancake/promicro/config.h | 2 | ||||
-rw-r--r-- | keyboards/pancake/readme.md | 2 |
7 files changed, 8 insertions, 8 deletions
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): |