aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards
diff options
context:
space:
mode:
authorSpaceman <rionlion100@gmail.com>2020-04-10 03:44:45 -0400
committerGitHub <noreply@github.com>2020-04-10 00:44:45 -0700
commit5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84 (patch)
tree8a089b2c29fa4d9a54ab94c426f04c6732b44327 /keyboards
parent6384a2abd8d49f80b28f5a7c0045d39d4c3caa1f (diff)
downloadfirmware-5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84.tar.gz
firmware-5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84.tar.bz2
firmware-5c1aca0b88dfa4509ea75c71c1f2f1d38b5e6f84.zip
Fix spaceman naming (#8741)
* Fix spaceman naming * Update keyboards/pancake/info.json * Update keyboards/2_milk/info.json
Diffstat (limited to 'keyboards')
-rw-r--r--keyboards/2_milk/2_milk.c2
-rw-r--r--keyboards/2_milk/2_milk.h2
-rw-r--r--keyboards/2_milk/config.h2
-rw-r--r--keyboards/2_milk/info.json3
-rw-r--r--keyboards/2_milk/keymaps/copypasta/keymap.c1
-rw-r--r--keyboards/2_milk/readme.md2
-rw-r--r--keyboards/pancake/config.h4
-rw-r--r--keyboards/pancake/feather/config.h2
-rw-r--r--keyboards/pancake/info.json2
-rw-r--r--keyboards/pancake/pancake.c2
-rw-r--r--keyboards/pancake/pancake.h2
-rw-r--r--keyboards/pancake/promicro/config.h2
-rw-r--r--keyboards/pancake/readme.md2
13 files changed, 13 insertions, 15 deletions
diff --git a/keyboards/2_milk/2_milk.c b/keyboards/2_milk/2_milk.c
index 36d50e9c7..96071c2ad 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 8f294817f..7d90d2064 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 9e7228b17..e9a104117 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 0acf002f9..6dc4eeaf8 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 b9b8005a0..c82a6ff21 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 ce0f216bb..f3a85458c 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 a83ef5d0c..5a01a572e 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 fbb175758..eac91a5ad 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 c18e48b8b..6d2b2a9bb 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 e01636016..d77dbfbe0 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 cb7756996..312d789b4 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 3b65ced81..ee02bff2b 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 bbf341b97..3e3125f4d 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):