Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* first compiled, flashed, and tested version of jris65 * adding readmes for mykeyclub and jris65 * removed commented out code and unneeded files * typo in build instructions * renamed info.json to keyboard.json as per new standard * formatted with qmk format-json * fixed layout offset problem * moved some settings from c/h files to json * moved matrix from .h file to .json * cleaned up non-json options * moved settings from rules.mk to keyboard.json * fix for via after removing .h file * converted keymap.c to keymap.json * keymap.c has been replaced by keymap.json * FN+Backspace loads bootload * added custom keymap for Sean * config.h setting is only needed by via * formatted json * convert via keymap from .c .h .mk to keymap.json * moved keyboard configuration to hotswap dir; note in readme that only hotswap has been tested * Update keyboards/mykeyclub/jris65/keymaps/default/keymap.json Co-authored-by: jack <[email protected]> * typo Co-authored-by: jack <[email protected]> * blank layers do not need to be specified Co-authored-by: jack <[email protected]> * added other valid layouts Co-authored-by: Duncan Sutherland <[email protected]> * added other valid layouts Co-authored-by: Duncan Sutherland <[email protected]> * added other valid layouts Co-authored-by: Duncan Sutherland <[email protected]> * added other valid layouts Co-authored-by: Duncan Sutherland <[email protected]> * removed extra newline Co-authored-by: Duncan Sutherland <[email protected]> * cleaned up wording in readme Co-authored-by: Duncan Sutherland <[email protected]> * QMK no longer supports user keymaps * remove settings that are already the default (false settings) Co-authored-by: jack <[email protected]> * add image Co-authored-by: Duncan Sutherland <[email protected]> * add missing commas (formatting) Co-authored-by: Duncan Sutherland <[email protected]> * add missing commas (formatting) Co-authored-by: Duncan Sutherland <[email protected]> * add missing commas (formatting) Co-authored-by: Duncan Sutherland <[email protected]> * re-added second layer with QK_BOOT for backspace * make the hotswap the default keyboard * added keyboard director prefix to DEFAULT_FOLDER * ran qmk format-json on keyboard.json * DEFAULT_FOLDER option is going away so don't use it * removed via keymap as they now reside in qmk_userspace_via --------- Co-authored-by: jack <[email protected]> Co-authored-by: Duncan Sutherland <[email protected]>
- Loading branch information