move @7-rate 's keebs to /rate (#16099)
This commit is contained in:
parent
9aed06ba47
commit
a9250ad8a1
49 changed files with 12 additions and 12 deletions
|
@ -1 +0,0 @@
|
|||
DEFAULT_FOLDER = pistachio/rev2
|
|
@ -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
|
|
@ -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/)
|
1
keyboards/rate/pistachio/rules.mk
Normal file
1
keyboards/rate/pistachio/rules.mk
Normal file
|
@ -0,0 +1 @@
|
|||
DEFAULT_FOLDER = rate/pistachio/rev2
|
|
@ -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/)
|
|
@ -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
|
|
@ -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.
|
||||
|
Loading…
Reference in a new issue