summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-04-04 15:16:59 -0700
committerDrashna Jaelre <drashna@live.com>2019-04-04 15:16:59 -0700
commit7e5c107d43890eb517184d6fddff9a6da165fc3d (patch)
tree20927e9590d56a8c7b74d9e7466735b8a62f7ec2
parent60668ef39deab4634dbe7fc1119d9de5ee751b28 (diff)
[Keyboard] Move scrabblepad into donutcables directory (#5553)
* move scrabblepad into donutcables directory * use pragma once * update scrabblepad readme
-rw-r--r--keyboards/donutcables/scrabblepad/config.h (renamed from keyboards/scrabblepad/config.h)7
-rw-r--r--keyboards/donutcables/scrabblepad/info.json (renamed from keyboards/scrabblepad/info.json)0
-rw-r--r--keyboards/donutcables/scrabblepad/keymaps/default/config.h (renamed from keyboards/scrabblepad/keymaps/default/config.h)0
-rw-r--r--keyboards/donutcables/scrabblepad/keymaps/default/keymap.c (renamed from keyboards/scrabblepad/keymaps/default/keymap.c)0
-rw-r--r--keyboards/donutcables/scrabblepad/keymaps/default/readme.md (renamed from keyboards/scrabblepad/keymaps/default/readme.md)0
-rw-r--r--keyboards/donutcables/scrabblepad/keymaps/random/keymap.c (renamed from keyboards/scrabblepad/keymaps/random/keymap.c)0
-rw-r--r--keyboards/donutcables/scrabblepad/keymaps/random/readme.md (renamed from keyboards/scrabblepad/keymaps/random/readme.md)0
-rw-r--r--keyboards/donutcables/scrabblepad/readme.md (renamed from keyboards/scrabblepad/readme.md)4
-rw-r--r--keyboards/donutcables/scrabblepad/rules.mk (renamed from keyboards/scrabblepad/rules.mk)0
-rw-r--r--keyboards/donutcables/scrabblepad/scrabblepad.c (renamed from keyboards/scrabblepad/scrabblepad.c)0
-rw-r--r--keyboards/donutcables/scrabblepad/scrabblepad.h (renamed from keyboards/scrabblepad/scrabblepad.h)5
11 files changed, 5 insertions, 11 deletions
diff --git a/keyboards/scrabblepad/config.h b/keyboards/donutcables/scrabblepad/config.h
index 8c23ccdabd..bf3d3db72a 100644
--- a/keyboards/scrabblepad/config.h
+++ b/keyboards/donutcables/scrabblepad/config.h
@@ -15,8 +15,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/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
@@ -49,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
-// #define BACKLIGHT_PIN
+// #define BACKLIGHT_PIN
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3
@@ -188,5 +187,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 1
-
-#endif
diff --git a/keyboards/scrabblepad/info.json b/keyboards/donutcables/scrabblepad/info.json
index 1368abd4b2..1368abd4b2 100644
--- a/keyboards/scrabblepad/info.json
+++ b/keyboards/donutcables/scrabblepad/info.json
diff --git a/keyboards/scrabblepad/keymaps/default/config.h b/keyboards/donutcables/scrabblepad/keymaps/default/config.h
index a3ed4f762a..a3ed4f762a 100644
--- a/keyboards/scrabblepad/keymaps/default/config.h
+++ b/keyboards/donutcables/scrabblepad/keymaps/default/config.h
diff --git a/keyboards/scrabblepad/keymaps/default/keymap.c b/keyboards/donutcables/scrabblepad/keymaps/default/keymap.c
index 6f97d87e1b..6f97d87e1b 100644
--- a/keyboards/scrabblepad/keymaps/default/keymap.c
+++ b/keyboards/donutcables/scrabblepad/keymaps/default/keymap.c
diff --git a/keyboards/scrabblepad/keymaps/default/readme.md b/keyboards/donutcables/scrabblepad/keymaps/default/readme.md
index 4123e76671..4123e76671 100644
--- a/keyboards/scrabblepad/keymaps/default/readme.md
+++ b/keyboards/donutcables/scrabblepad/keymaps/default/readme.md
diff --git a/keyboards/scrabblepad/keymaps/random/keymap.c b/keyboards/donutcables/scrabblepad/keymaps/random/keymap.c
index 8e78259661..8e78259661 100644
--- a/keyboards/scrabblepad/keymaps/random/keymap.c
+++ b/keyboards/donutcables/scrabblepad/keymaps/random/keymap.c
diff --git a/keyboards/scrabblepad/keymaps/random/readme.md b/keyboards/donutcables/scrabblepad/keymaps/random/readme.md
index e719adaeb8..e719adaeb8 100644
--- a/keyboards/scrabblepad/keymaps/random/readme.md
+++ b/keyboards/donutcables/scrabblepad/keymaps/random/readme.md
diff --git a/keyboards/scrabblepad/readme.md b/keyboards/donutcables/scrabblepad/readme.md
index 0227b988fa..f0b05cbced 100644
--- a/keyboards/scrabblepad/readme.md
+++ b/keyboards/donutcables/scrabblepad/readme.md
@@ -12,6 +12,6 @@ Hardware Availability: [Donut Cables](https://donutcables.com/)
Make example for this keyboard (after setting up your build environment):
- make scrabblepad:default
+ make donutcables/scrabblepad:default
-See [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) then the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information.
+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).
diff --git a/keyboards/scrabblepad/rules.mk b/keyboards/donutcables/scrabblepad/rules.mk
index 20f532af4d..20f532af4d 100644
--- a/keyboards/scrabblepad/rules.mk
+++ b/keyboards/donutcables/scrabblepad/rules.mk
diff --git a/keyboards/scrabblepad/scrabblepad.c b/keyboards/donutcables/scrabblepad/scrabblepad.c
index e97cbd46c0..e97cbd46c0 100644
--- a/keyboards/scrabblepad/scrabblepad.c
+++ b/keyboards/donutcables/scrabblepad/scrabblepad.c
diff --git a/keyboards/scrabblepad/scrabblepad.h b/keyboards/donutcables/scrabblepad/scrabblepad.h
index fbe0dfc727..b4ac8b2c4f 100644
--- a/keyboards/scrabblepad/scrabblepad.h
+++ b/keyboards/donutcables/scrabblepad/scrabblepad.h
@@ -13,8 +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/>.
*/
-#ifndef SCRABBLEPAD_H
-#define SCRABBLEPAD_H
+#pragma once
#include "quantum.h"
@@ -53,5 +52,3 @@
{ kD0, kD1, kD2, kD3, kD4, kD5, kD6, kD7, kD8, kD9, kDA, kDB, kDC, kDD, kDE, }, \
{ kE0, kE1, kE2, kE3, kE4, kE5, kE6, kE7, kE8, kE9, kEA, kEB, kEC, kED, kEE } \
}
-
-#endif