aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/macropad/keymaps/default/readme.md1
-rw-r--r--keyboards/treasure/type9/config.h (renamed from keyboards/macropad/config.h)2
-rw-r--r--keyboards/treasure/type9/info.json (renamed from keyboards/macropad/info.json)2
-rw-r--r--keyboards/treasure/type9/keymaps/default/config.h (renamed from keyboards/macropad/keymaps/default/config.h)0
-rw-r--r--keyboards/treasure/type9/keymaps/default/keymap.c (renamed from keyboards/macropad/keymaps/default/keymap.c)0
-rw-r--r--keyboards/treasure/type9/keymaps/default/readme.md1
-rw-r--r--keyboards/treasure/type9/readme.md (renamed from keyboards/macropad/readme.md)4
-rw-r--r--keyboards/treasure/type9/rules.mk (renamed from keyboards/macropad/rules.mk)0
-rw-r--r--keyboards/treasure/type9/type9.c (renamed from keyboards/macropad/macropad.c)2
-rw-r--r--keyboards/treasure/type9/type9.h (renamed from keyboards/macropad/macropad.h)4
10 files changed, 8 insertions, 8 deletions
diff --git a/keyboards/macropad/keymaps/default/readme.md b/keyboards/macropad/keymaps/default/readme.md
deleted file mode 100644
index bd3d78af2..000000000
--- a/keyboards/macropad/keymaps/default/readme.md
+++ /dev/null
@@ -1 +0,0 @@
1# The default keymap for macropad
diff --git a/keyboards/macropad/config.h b/keyboards/treasure/type9/config.h
index 00f2e7811..55f0a8595 100644
--- a/keyboards/macropad/config.h
+++ b/keyboards/treasure/type9/config.h
@@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
24#define PRODUCT_ID 0x0000 24#define PRODUCT_ID 0x0000
25#define DEVICE_VER 0x0001 25#define DEVICE_VER 0x0001
26#define MANUFACTURER Treasure 26#define MANUFACTURER Treasure
27#define PRODUCT Macropad Type 9 27#define PRODUCT Type 9
28#define DESCRIPTION A custom macropad 28#define DESCRIPTION A custom macropad
29 29
30/* key matrix size */ 30/* key matrix size */
diff --git a/keyboards/macropad/info.json b/keyboards/treasure/type9/info.json
index f946ed153..7e7b1d0bd 100644
--- a/keyboards/macropad/info.json
+++ b/keyboards/treasure/type9/info.json
@@ -1,5 +1,5 @@
1{ 1{
2 "keyboard_name": "Macropad", 2 "keyboard_name": "Type-9",
3 "url": "", 3 "url": "",
4 "maintainer": "qmk", 4 "maintainer": "qmk",
5 "width": 3, 5 "width": 3,
diff --git a/keyboards/macropad/keymaps/default/config.h b/keyboards/treasure/type9/keymaps/default/config.h
index a3ed4f762..a3ed4f762 100644
--- a/keyboards/macropad/keymaps/default/config.h
+++ b/keyboards/treasure/type9/keymaps/default/config.h
diff --git a/keyboards/macropad/keymaps/default/keymap.c b/keyboards/treasure/type9/keymaps/default/keymap.c
index 300d5b1e4..300d5b1e4 100644
--- a/keyboards/macropad/keymaps/default/keymap.c
+++ b/keyboards/treasure/type9/keymaps/default/keymap.c
diff --git a/keyboards/treasure/type9/keymaps/default/readme.md b/keyboards/treasure/type9/keymaps/default/readme.md
new file mode 100644
index 000000000..94784bacc
--- /dev/null
+++ b/keyboards/treasure/type9/keymaps/default/readme.md
@@ -0,0 +1 @@
# The default keymap for Type-9
diff --git a/keyboards/macropad/readme.md b/keyboards/treasure/type9/readme.md
index 204ec1fd2..7c567f91b 100644
--- a/keyboards/macropad/readme.md
+++ b/keyboards/treasure/type9/readme.md
@@ -1,4 +1,4 @@
1# Macropad 1# Type-9
2 2
33x3 Macropad. 33x3 Macropad.
4 4
@@ -8,6 +8,6 @@ Hardware Availability: [Treasure](http://macropad.co/)
8 8
9Make example for this keyboard (after setting up your build environment): 9Make example for this keyboard (after setting up your build environment):
10 10
11 make macropad:default 11 make treasure/type9:default
12 12
13See 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). 13See 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).
diff --git a/keyboards/macropad/rules.mk b/keyboards/treasure/type9/rules.mk
index 599974d25..599974d25 100644
--- a/keyboards/macropad/rules.mk
+++ b/keyboards/treasure/type9/rules.mk
diff --git a/keyboards/macropad/macropad.c b/keyboards/treasure/type9/type9.c
index 0219746e1..58a9c8f52 100644
--- a/keyboards/macropad/macropad.c
+++ b/keyboards/treasure/type9/type9.c
@@ -13,7 +13,7 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#include "macropad.h" 16#include "type9.h"
17 17
18void matrix_init_kb(void) { 18void matrix_init_kb(void) {
19 // put your keyboard start-up code here 19 // put your keyboard start-up code here
diff --git a/keyboards/macropad/macropad.h b/keyboards/treasure/type9/type9.h
index 94471d7c5..4e3c235d1 100644
--- a/keyboards/macropad/macropad.h
+++ b/keyboards/treasure/type9/type9.h
@@ -13,8 +13,8 @@
13 * You should have received a copy of the GNU General Public License 13 * You should have received a copy of the GNU General Public License
14 * along with this program. If not, see <http://www.gnu.org/licenses/>. 14 * along with this program. If not, see <http://www.gnu.org/licenses/>.
15 */ 15 */
16#ifndef MACROPAD_H 16#ifndef TYPE9_H
17#define MACROPAD_H 17#define TYPE9_H
18 18
19#include "quantum.h" 19#include "quantum.h"
20 20