Skip to content

Commit

Permalink
move @7-rate 's keebs to /rate (#16099)
Browse files Browse the repository at this point in the history
  • Loading branch information
peepeetee committed Feb 9, 2022
1 parent 9aed06b commit a9250ad
Show file tree
Hide file tree
Showing 49 changed files with 12 additions and 12 deletions.
1 change: 0 additions & 1 deletion keyboards/pistachio/rules.mk

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

#include "quantum.h"

#if defined(KEYBOARD_pistachio_rev1)
#if defined(KEYBOARD_rate_pistachio_rev1)
# include "rev1.h"
#elif defined(KEYBOARD_pistachio_rev2)
#elif defined(KEYBOARD_rate_pistachio_rev2)
# include "rev2.h"
#endif
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ This is a 92-key split keyboard with JIS layout and spare keys.

Make example for this keyboard (after setting up your build environment):

make pistachio/rev1:default
make pistachio/rev2:default
make rate/pistachio/rev1:default
make rate/pistachio/rev2: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).

[Build guide](https://ratelog.net/pistachio-build-guide/)
[Build guide](https://ratelog.net/pistachio-build-guide/)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions keyboards/rate/pistachio/rules.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DEFAULT_FOLDER = rate/pistachio/rev2
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ This is a numeric keypad with a rotary encoder that uses a stainless steel plate

Make example for this keyboard (after setting up your build environment):

make pistachio_mp:default
make rate/pistachio_mp:default

Flashing example for this keyboard:

make pistachio_mp:default:flash
make rate/pistachio_mp:default:flash

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).

[Build guide](https://ratelog.net/pistachiomacropad-build-guide/)
[Build guide](https://ratelog.net/pistachiomacropad-build-guide/)
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

/* OLED */
#define OLED_DISPLAY_128X64
#define OLED_FONT_H "keyboards/pistachio_pro/lib/glcdfont.c"
#define OLED_FONT_H "keyboards/rate/pistachio_pro/lib/glcdfont.c"

#define OLED_FONT_WIDTH 6
#define OLED_FONT_HEIGHT 6
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ This is a JIS layout TKL keyboard with 89 keys, encoder and OLED.

Make example for this keyboard (after setting up your build environment):

make pistachio_pro:default
make rate/pistachio_pro:default

Flashing example for this keyboard:

make pistachio_pro:default:flash
make rate/pistachio_pro:default:flash

To reset the keyboard into bootloader mode, press the reset switch on the underside.

Expand Down
File renamed without changes.

0 comments on commit a9250ad

Please sign in to comment.