1
0
Fork 0

move input club keyboards into vendor folder (#15788)

This commit is contained in:
peepeetee 2022-02-06 13:16:21 +08:00 committed by GitHub
parent 10fa737ab8
commit 38e085df87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
112 changed files with 13 additions and 13 deletions

View file

@ -5,19 +5,19 @@ for the left and right halves seperately. To flash them:
- Make sure you are in the top-level qmk_firmware directory
- Build the firmware with `make ergodox_infinity:keymapname`
- Build the firmware with `make input_club/ergodox_infinity:keymapname`
- Plug in the left hand keyboard only.
- Press the program button (back of keyboard, above thumb pad).
- Install the firmware with `sudo make ergodox_infinity:keymapname:dfu-util`
- Install the firmware with `sudo make input_club/ergodox_infinity:keymapname:dfu-util`
- Plug in the right hand keyboard only.
- Press the program button (back of keyboard, above thumb pad).
- Install the firmware with `sudo make ergodox_infinity:keymapname:dfu-util`
- Install the firmware with `sudo make input_club/ergodox_infinity:keymapname:dfu-util`
More information on the Infinity firmware is available in the [TMK/chibios for
Input Club Infinity Ergodox](https://github.com/fredizzimo/infinity_ergodox/blob/master/README.md)
@ -43,7 +43,7 @@ They only need to be done once, unless you reset the EEPROM later.
- Plug in the left keyboard half to the computer, and press its program button.
- Flash the left half with `make ergodox_infinity:default:dfu-util-split-left`
- Flash the left half with `make input_club/ergodox_infinity:default:dfu-util-split-left`
(If you need to use a different method to flash your keyboard, still run this command,
and abort it with Ctrl+C when the flashing attempts starts to print errors,
then flash the built firmware).
@ -53,13 +53,13 @@ They only need to be done once, unless you reset the EEPROM later.
- Plug in the right keyboard half to the computer, and press its program button.
- Flash the right half with `make ergodox_infinity:default:dfu-util-split-right`
- Flash the right half with `make input_club/ergodox_infinity:default:dfu-util-split-right`
- On the right half, press the top vertical 1.5U key (second from the top in the leftmost column) once,
then the 1U key at the bottom in the opposite corner (bottom right corner).
- Add `#define EE_HANDS` to the config.h file of your keymap, and build your firmware using
`make ergodox_infinity:keymapname`.
`make input_club/ergodox_infinity:keymapname`.
- After this, you can flash both halves with the same firmware, _without_ risking a mirrored keyboard when connected the wrong way.
If you reset your EEPROM later, you'll have to follow these steps again, though.

View file

@ -8,10 +8,10 @@ A compact community driven keyboard.
Make example for this keyboard (after setting up your build environment):
make infinity60:default
make input_club/infinity60/rev1:default
Flashing example for this keyboard:
make infinity60:default:flash
make input_club/infinity60/rev1: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).

View file

@ -26,7 +26,7 @@ BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
AUDIO_ENABLE = no # Audio output
DEFAULT_FOLDER = infinity60/led
DEFAULT_FOLDER = input_club/infinity60/led
LAYOUTS = 60_ansi_split_bs_rshift

View file

@ -8,10 +8,10 @@ Firmware for custom keyboard PCB with TKL Key Layout
Make example for this keyboard (after setting up your build environment):
make k_type:default
make input_club/k_type:default
Flashing example for this keyboard:
make k_type:default:flash
make input_club/k_type: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).

Some files were not shown because too many files have changed in this diff Show more