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

fix_template_bootmagic
peepeetee 3 years ago committed by GitHub
parent 9aed06ba47
commit a9250ad8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      keyboards/pistachio/rules.mk
  2. 0
      keyboards/rate/pistachio/config.h
  3. 0
      keyboards/rate/pistachio/info.json
  4. 0
      keyboards/rate/pistachio/keymaps/default/keymap.c
  5. 0
      keyboards/rate/pistachio/keymaps/rate/keymap.c
  6. 0
      keyboards/rate/pistachio/keymaps/via/keymap.c
  7. 0
      keyboards/rate/pistachio/keymaps/via/rules.mk
  8. 0
      keyboards/rate/pistachio/pistachio.c
  9. 4
      keyboards/rate/pistachio/pistachio.h
  10. 4
      keyboards/rate/pistachio/readme.md
  11. 0
      keyboards/rate/pistachio/rev1/config.h
  12. 0
      keyboards/rate/pistachio/rev1/readme.md
  13. 0
      keyboards/rate/pistachio/rev1/rev1.c
  14. 0
      keyboards/rate/pistachio/rev1/rev1.h
  15. 0
      keyboards/rate/pistachio/rev1/rules.mk
  16. 0
      keyboards/rate/pistachio/rev2/config.h
  17. 0
      keyboards/rate/pistachio/rev2/readme.md
  18. 0
      keyboards/rate/pistachio/rev2/rev2.c
  19. 0
      keyboards/rate/pistachio/rev2/rev2.h
  20. 0
      keyboards/rate/pistachio/rev2/rules.mk
  21. 1
      keyboards/rate/pistachio/rules.mk
  22. 0
      keyboards/rate/pistachio_mp/config.h
  23. 0
      keyboards/rate/pistachio_mp/info.json
  24. 0
      keyboards/rate/pistachio_mp/keymaps/default/keymap.c
  25. 0
      keyboards/rate/pistachio_mp/keymaps/default/readme.md
  26. 0
      keyboards/rate/pistachio_mp/keymaps/via/keymap.c
  27. 0
      keyboards/rate/pistachio_mp/keymaps/via/readme.md
  28. 0
      keyboards/rate/pistachio_mp/keymaps/via/rules.mk
  29. 0
      keyboards/rate/pistachio_mp/pistachio_mp.c
  30. 0
      keyboards/rate/pistachio_mp/pistachio_mp.h
  31. 4
      keyboards/rate/pistachio_mp/readme.md
  32. 0
      keyboards/rate/pistachio_mp/rules.mk
  33. 2
      keyboards/rate/pistachio_pro/config.h
  34. 0
      keyboards/rate/pistachio_pro/info.json
  35. 0
      keyboards/rate/pistachio_pro/keymaps/default/keymap.c
  36. 0
      keyboards/rate/pistachio_pro/keymaps/default/readme.md
  37. 0
      keyboards/rate/pistachio_pro/keymaps/rate/keymap.c
  38. 0
      keyboards/rate/pistachio_pro/keymaps/rate/readme.md
  39. 0
      keyboards/rate/pistachio_pro/keymaps/via/keymap.c
  40. 0
      keyboards/rate/pistachio_pro/keymaps/via/readme.md
  41. 0
      keyboards/rate/pistachio_pro/keymaps/via/rules.mk
  42. 0
      keyboards/rate/pistachio_pro/lib/bme280.c
  43. 0
      keyboards/rate/pistachio_pro/lib/bme280.h
  44. 0
      keyboards/rate/pistachio_pro/lib/glcdfont.c
  45. 0
      keyboards/rate/pistachio_pro/matrix.c
  46. 0
      keyboards/rate/pistachio_pro/pistachio_pro.c
  47. 0
      keyboards/rate/pistachio_pro/pistachio_pro.h
  48. 4
      keyboards/rate/pistachio_pro/readme.md
  49. 0
      keyboards/rate/pistachio_pro/rules.mk

@ -1 +0,0 @@
DEFAULT_FOLDER = pistachio/rev2

@ -18,8 +18,8 @@
#include "quantum.h" #include "quantum.h"
#if defined(KEYBOARD_pistachio_rev1) #if defined(KEYBOARD_rate_pistachio_rev1)
# include "rev1.h" # include "rev1.h"
#elif defined(KEYBOARD_pistachio_rev2) #elif defined(KEYBOARD_rate_pistachio_rev2)
# include "rev2.h" # include "rev2.h"
#endif #endif

@ -10,8 +10,8 @@ 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 example for this keyboard (after setting up your build environment):
make pistachio/rev1:default make rate/pistachio/rev1:default
make pistachio/rev2: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). 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).

@ -0,0 +1 @@
DEFAULT_FOLDER = rate/pistachio/rev2

@ -10,11 +10,11 @@ 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 example for this keyboard (after setting up your build environment):
make pistachio_mp:default make rate/pistachio_mp:default
Flashing example for this keyboard: 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). 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).

@ -96,7 +96,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* OLED */ /* OLED */
#define OLED_DISPLAY_128X64 #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_WIDTH 6
#define OLED_FONT_HEIGHT 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 example for this keyboard (after setting up your build environment):
make pistachio_pro:default make rate/pistachio_pro:default
Flashing example for this keyboard: 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. To reset the keyboard into bootloader mode, press the reset switch on the underside.
Loading…
Cancel
Save