Fix spaceman naming (#8741)
* Fix spaceman naming * Update keyboards/pancake/info.json * Update keyboards/2_milk/info.json
This commit is contained in:
		
							parent
							
								
									6384a2abd8
								
							
						
					
					
						commit
						5c1aca0b88
					
				
					 13 changed files with 13 additions and 15 deletions
				
			
		| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
  "keyboard_name": "2% Milk",
 | 
					  "keyboard_name": "2% Milk",
 | 
				
			||||||
  "keyboard_folder": "2_milk",
 | 
					  "keyboard_folder": "2_milk",
 | 
				
			||||||
  "url": "",
 | 
					  "url": "",
 | 
				
			||||||
  "maintainer": "rionlion100",
 | 
					  "maintainer": "rionlion100 (Spaceman)",
 | 
				
			||||||
  "width": 1,
 | 
					  "width": 1,
 | 
				
			||||||
  "height": 2,
 | 
					  "height": 2,
 | 
				
			||||||
  "layouts": {
 | 
					  "layouts": {
 | 
				
			||||||
| 
						 | 
					@ -12,4 +12,3 @@
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,3 @@
 | 
				
			||||||
    
 | 
					 | 
				
			||||||
#include QMK_KEYBOARD_H
 | 
					#include QMK_KEYBOARD_H
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
					const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -4,7 +4,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
A 2% Meme board themed around a milk carton
 | 
					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)
 | 
					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):
 | 
					Make example for this keyboard (after setting up your build environment):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					@ -20,7 +20,7 @@
 | 
				
			||||||
#define VENDOR_ID       0xFEED
 | 
					#define VENDOR_ID       0xFEED
 | 
				
			||||||
#define PRODUCT_ID      0xB195
 | 
					#define PRODUCT_ID      0xB195
 | 
				
			||||||
#define DEVICE_VER      0x0001
 | 
					#define DEVICE_VER      0x0001
 | 
				
			||||||
#define MANUFACTURER    rionlion100
 | 
					#define MANUFACTURER    Spaceman
 | 
				
			||||||
#define PRODUCT         Pancake
 | 
					#define PRODUCT         Pancake
 | 
				
			||||||
#define DESCRIPTION     Choc Ortho Keyboard
 | 
					#define DESCRIPTION     Choc Ortho Keyboard
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
  "keyboard_name": "Pancake",
 | 
					  "keyboard_name": "Pancake",
 | 
				
			||||||
  "keyboard_folder": "Pancake",
 | 
					  "keyboard_folder": "Pancake",
 | 
				
			||||||
  "url": "",
 | 
					  "url": "",
 | 
				
			||||||
  "maintainer": "rionlion100",
 | 
					  "maintainer": "rionlion100 (Spaceman)",
 | 
				
			||||||
  "width": 12,
 | 
					  "width": 12,
 | 
				
			||||||
  "height": 4,
 | 
					  "height": 4,
 | 
				
			||||||
  "layouts": {
 | 
					  "layouts": {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,4 +1,4 @@
 | 
				
			||||||
/* Copyright 2019 Sebastian Williams
 | 
					/* Copyright 2019 Spaceman
 | 
				
			||||||
 *
 | 
					 *
 | 
				
			||||||
 * This program is free software: you can redistribute it and/or modify
 | 
					 * 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
 | 
					 * it under the terms of the GNU General Public License as published by
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Ortho 40% Ortho Keyboard with an option for the adafruit feather
 | 
					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)
 | 
					Hardware Availability: [GB](https://geekhack.org/index.php?topic=101371.0)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Make example for this keyboard (after setting up your build environment):
 | 
					Make example for this keyboard (after setting up your build environment):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue