diff options
| -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 8c23ccdab..bf3d3db72 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 | |||
| 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
| 16 | */ | 16 | */ |
| 17 | 17 | ||
| 18 | #ifndef CONFIG_H | 18 | #pragma once |
| 19 | #define CONFIG_H | ||
| 20 | 19 | ||
| 21 | #include "config_common.h" | 20 | #include "config_common.h" |
| 22 | 21 | ||
| @@ -49,7 +48,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 49 | /* COL2ROW, ROW2COL*/ | 48 | /* COL2ROW, ROW2COL*/ |
| 50 | #define DIODE_DIRECTION COL2ROW | 49 | #define DIODE_DIRECTION COL2ROW |
| 51 | 50 | ||
| 52 | // #define BACKLIGHT_PIN | 51 | // #define BACKLIGHT_PIN |
| 53 | // #define BACKLIGHT_BREATHING | 52 | // #define BACKLIGHT_BREATHING |
| 54 | // #define BACKLIGHT_LEVELS 3 | 53 | // #define BACKLIGHT_LEVELS 3 |
| 55 | 54 | ||
| @@ -188,5 +187,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 188 | 187 | ||
| 189 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | 188 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ |
| 190 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | 189 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 |
| 191 | |||
| 192 | #endif | ||
diff --git a/keyboards/scrabblepad/info.json b/keyboards/donutcables/scrabblepad/info.json index 1368abd4b..1368abd4b 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 a3ed4f762..a3ed4f762 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 6f97d87e1..6f97d87e1 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 4123e7667..4123e7667 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 8e7825966..8e7825966 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 e719adaeb..e719adaeb 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 0227b988f..f0b05cbce 100644 --- a/keyboards/scrabblepad/readme.md +++ b/keyboards/donutcables/scrabblepad/readme.md | |||
| @@ -12,6 +12,6 @@ Hardware Availability: [Donut Cables](https://donutcables.com/) | |||
| 12 | 12 | ||
| 13 | Make example for this keyboard (after setting up your build environment): | 13 | Make example for this keyboard (after setting up your build environment): |
| 14 | 14 | ||
| 15 | make scrabblepad:default | 15 | make donutcables/scrabblepad:default |
| 16 | 16 | ||
| 17 | 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. | 17 | 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 20f532af4..20f532af4 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 e97cbd46c..e97cbd46c 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 fbe0dfc72..b4ac8b2c4 100644 --- a/keyboards/scrabblepad/scrabblepad.h +++ b/keyboards/donutcables/scrabblepad/scrabblepad.h | |||
| @@ -13,8 +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 | #ifndef SCRABBLEPAD_H | 16 | #pragma once |
| 17 | #define SCRABBLEPAD_H | ||
| 18 | 17 | ||
| 19 | #include "quantum.h" | 18 | #include "quantum.h" |
| 20 | 19 | ||
| @@ -53,5 +52,3 @@ | |||
| 53 | { kD0, kD1, kD2, kD3, kD4, kD5, kD6, kD7, kD8, kD9, kDA, kDB, kDC, kDD, kDE, }, \ | 52 | { kD0, kD1, kD2, kD3, kD4, kD5, kD6, kD7, kD8, kD9, kDA, kDB, kDC, kDD, kDE, }, \ |
| 54 | { kE0, kE1, kE2, kE3, kE4, kE5, kE6, kE7, kE8, kE9, kEA, kEB, kEC, kED, kEE } \ | 53 | { kE0, kE1, kE2, kE3, kE4, kE5, kE6, kE7, kE8, kE9, kEA, kEB, kEC, kED, kEE } \ |
| 55 | } | 54 | } |
| 56 | |||
| 57 | #endif | ||
