Skip to content

Commit

Permalink
[Keyboard] Move scrabblepad into donutcables directory (#5553)
Browse files Browse the repository at this point in the history
* move scrabblepad into donutcables directory

* use pragma once

* update scrabblepad readme
  • Loading branch information
mechmerlin authored and drashna committed Apr 4, 2019
1 parent 60668ef commit 7e5c107
Show file tree
Hide file tree
Showing 11 changed files with 5 additions and 11 deletions.
Expand Up @@ -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"

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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
File renamed without changes.
Expand Up @@ -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).
File renamed without changes.
File renamed without changes.
Expand Up @@ -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"

Expand Down Expand Up @@ -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

0 comments on commit 7e5c107

Please sign in to comment.