Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move @7-rate 's keebs to /rate #16099

Merged
merged 1 commit into from
Feb 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
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.
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.
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.
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.