Jacob Jerrell
eeba0cec17
* Various tweaks for some Input:Club build processes * change KEYMAP to LAYOUT for all new keyboards made using this script * Add support for rev3 of the Atom47 (#2672) * Added support for rev3 of the Atom47 * Updated Atom47 readme's * Fix redefine error on rev2 and add maartenwut's keymap * Fix redefine error on LEdiodes keymap * Add Nyquist keymap (#2692) * nyquist * danielhklein nyquist setup * shift left controls * remove readme * cleanup before pr * ready for pr * Adds Phantom TKL support (#2696) * Add an info.json to phantom keyboard * Add layouts - KEYMAP_WINKEYLESS - KEYMAP_7BIT - KEYMAP_ISO - KEYMAP_ISO_WINKEYLESS * Add key_counts * Add 2 missing F-Row keys * Add TKC1800 info.json Created an info.json for the tkc1800. * Clueboard 60 info.json - adds - LAYOUT_60_ansi - LAYOUT_60_iso - KEYMAP_AEK - KEYMAP - LAYOUT_60_ansi_split_bs_rshift * Add the Speedo keyboard * Fix KC60 info.json file (#2707) * change KEYMAP to LAYOUT in all the KC60 files * Redo the info.json file * Small fixes to TKC1800 - adjust F-row to use 0.25 spacing - split left shift - add key_count * Fix some Configurator Warnings regarding LAYOUT vs KEYMAP (#2708) * change diverge 3 KC_KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for handwired arrow pad * change M10A to LAYOUT for m10-a * Change KC_KEYMAP to LAYOUT_kc and KEYMAP to LAYOUT for mf68 * change KC_KEYMAP to LAYOUT for nano * Refactor to LAYOUT * refactor to LAYOUT-ansi and LAYOUT_iso for s65 * LAYOUT conversions for lfkkeyboards * missed a few renames * mini1800 for lfkeyobards support of LAYOUT * Improve state/chord handling and clean up namespace Some values that can never, ever, change were held in local variables, rather than in PROGMEM. Fixed. Change "pressed" to a signed int so the test for < 0 makes sense, and to avoid possible weird failure modes in the case where a key release comes in when pressed is already zero. (Shouldn't happen, sure, but computers are weird.) A lot of things in process_steno had external linkage for no particular reason. They've been marked static. Stuff still builds. Distinguish between currently-held keys and keys that have been held, and expose these values through a nicely-named API so other code could, say, check on the current set of steno chording in order to make displays. Also in passing fix up the "state" value having external linkage so it could clash with other people's variable declarations. The API also provides hooks for key processing and steno chord events, so you can monitor those events without having to run in matrix_scan_user and recheck the values directly. Also document these. There is no path through processing a key that doesn't end with a return false, so the nested return foo() are gone and we just return false. * Pull information from config.h and rules.mk (#2711) * Pull information from config.h and rules.mk * Readd the kbd75 maintainer * Remove obsolete info.json entries (#2712) * Clean up some long-standing errors when populating the API (#2715) * More Configurator Warning Fixes (#2716) * mf68_ble did not have the correct .c and .h files * Fix JC65 KEYMAP to LAYOUT * Change KEYMAP to LAYOUT for s60_x * Convert KEYMAP to LAYOUT for lets_split boards * Convert KEYMAP to LAYOUT * more fixes to keymap for iris * convert KEYMAP to LAYOUT for levinson keyboard * change losinggeneration's KEYMAP to LAYOUT * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for nyquist * convert KEYMAP to LAYOUT * convert KEYMAP to LAYOUT for viterbi * convert KEYMAP to LAYOUT * convert KEYMAP and its subsidiries to the LAYOUT standard * convert KEYMAP and its subsidiries to the new LAYOUT standard * Normacos keymap for let's split keyboard (#2691) * Cheers let's split keymap * fixed typo on norman layer of cheers keymap for let's split * fixed right handed mappings for home row * cheers keymap for let's split redefinition * updated Cheers keymap for let's split * cheers keymap for let's split updated with some terminal macros * renamed cheers let's split keymap to a more appropriate normacos * updated normacos keymap doc / removed non functional keys * reset let's split rules to default values * added more spotlight search macros * normalized keymap comments * Moved numpad on lower layer * hhkb jp personal keymap (#2698) * Add JJ40 Cockpit personal keymap (#2713) * Add JJ40 Cockpit keymap * Fix lower layer symbols * Add readme for "major" keyboards to eliminate more QMK Configurator errors (#2718) * add readme to ktype keyboard * add readme to m10a * add readme to mini1800 * add readme to parent directory |
7 years ago | |
---|---|---|
.. | ||
keymaps | Update input:club boards to use the proper vendor and device | 7 years ago |
MEMO.txt | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
board_is31fl3731c.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
board_st7565.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
bootloader_defs.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
chconf.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
config.h | Update input:club boards to use the proper vendor and device | 7 years ago |
ergodox_infinity.c | Rename ONEHAND_ENABLE to SWAP_HANDS_ENABLE for consistency | 7 years ago |
ergodox_infinity.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
gfxconf.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
halconf.h | Set unused USB serial buffer to 1 byte to save memory | 7 years ago |
info.json | Pull in Upstream (#1) | 7 years ago |
led.c | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
matrix.c | Fix call to memset for various keyboards | 7 years ago |
mcuconf.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
readme.md | Initial commit for nordic layout for ergodox infinity. | 7 years ago |
rules.mk | Pull in Upstream (#1) | 7 years ago |
simple_visualizer.h | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
visualizer.c | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | 7 years ago |
readme.md
ErgoDox Infinity
The Infinity is two completely independent keyboards, and needs to be flashed 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
-
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
-
Build right hand firmware with
make ergodox_infinity:keymapname MASTER=right
-
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 MASTER=right
More information on the Infinity firmware is available in the TMK/chibios for Input Club Infinity Ergodox
Infinity Master/Two Halves
The Infinity is two completely independent keyboards, that can connect together. You have a few options in how you flash the firmware:
-
Flash the left half, rebuild the firmware with "MASTER=right" and then flash the right half. This allows you to plug in either half directly to the computer and is what the above instructions do.
-
Flash the left half, then flash the same firmware on the right. This only works when the left half is plugged directly to the computer and the keymap is mirrored. It saves the small extra step of rebuilding with "MASTER=right".
-
The same as the previous one but with "MASTER=right" when you build the firmware, then flash the same firmware to both halves. You just have to directly connect the right half to the computer.
-
For minor changes such as changing only the keymap without having updated any part of the firmware code itself, you can program only the MASTER half.
-
It is safest to program both halves though.