Keyboard: Rename macropad to treasure/type9 (#4035)
* rename macropad keyboard to type9 under the treasure directory * fixup the readme * rename macropad to type9 * moar renames
This commit is contained in:
		
							parent
							
								
									45a4a0a7fc
								
							
						
					
					
						commit
						285ed08867
					
				@ -1 +0,0 @@
 | 
			
		||||
# The default keymap for macropad
 | 
			
		||||
@ -24,7 +24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
#define PRODUCT_ID      0x0000
 | 
			
		||||
#define DEVICE_VER      0x0001
 | 
			
		||||
#define MANUFACTURER    Treasure
 | 
			
		||||
#define PRODUCT         Macropad Type 9
 | 
			
		||||
#define PRODUCT         Type 9
 | 
			
		||||
#define DESCRIPTION     A custom macropad
 | 
			
		||||
 | 
			
		||||
/* key matrix size */
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
{
 | 
			
		||||
  "keyboard_name": "Macropad",
 | 
			
		||||
  "keyboard_name": "Type-9",
 | 
			
		||||
  "url": "",
 | 
			
		||||
  "maintainer": "qmk",
 | 
			
		||||
  "width": 3,
 | 
			
		||||
							
								
								
									
										1
									
								
								keyboards/treasure/type9/keymaps/default/readme.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								keyboards/treasure/type9/keymaps/default/readme.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1 @@
 | 
			
		||||
# The default keymap for Type-9
 | 
			
		||||
@ -1,4 +1,4 @@
 | 
			
		||||
# Macropad
 | 
			
		||||
# Type-9
 | 
			
		||||
 | 
			
		||||
3x3 Macropad.
 | 
			
		||||
 | 
			
		||||
@ -8,6 +8,6 @@ Hardware Availability: [Treasure](http://macropad.co/)
 | 
			
		||||
 | 
			
		||||
Make example for this keyboard (after setting up your build environment):
 | 
			
		||||
 | 
			
		||||
    make macropad:default
 | 
			
		||||
    make treasure/type9:default
 | 
			
		||||
 | 
			
		||||
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
 | 
			
		||||
@ -13,7 +13,7 @@
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
#include "macropad.h"
 | 
			
		||||
#include "type9.h"
 | 
			
		||||
 | 
			
		||||
void matrix_init_kb(void) {
 | 
			
		||||
	// put your keyboard start-up code here
 | 
			
		||||
@ -13,8 +13,8 @@
 | 
			
		||||
 * You should have received a copy of the GNU General Public License
 | 
			
		||||
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
			
		||||
 */
 | 
			
		||||
#ifndef MACROPAD_H
 | 
			
		||||
#define MACROPAD_H
 | 
			
		||||
#ifndef TYPE9_H
 | 
			
		||||
#define TYPE9_H
 | 
			
		||||
 | 
			
		||||
#include "quantum.h"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user