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 input club keyboards into vendor folder #15788

Merged
merged 3 commits into from
Feb 6, 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
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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).
Expand All @@ -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.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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 @@ -8,10 +8,10 @@ A compact 65% keyboard.

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

make whitefox:default
make input_club/whitefox:default

Flashing example for this keyboard:

make whitefox:default:flash
make input_club/whitefox: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).
File renamed without changes.
File renamed without changes.
File renamed without changes.