Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
* update info.json
- use human-friendly formatting
- remove `key_count` key
* rename LAYOUT to LAYOUT_ortho_4x4
* refactor default keymap
- add license header
- qmk cformat pass
- keycode grid alignment
* remove empty config.h file from default keymap
* update Manufacturer and Product strings
* tidy up handwire_101.c
- add license header
- remove boilerplate functions
* tidy up handwire_101.h
- add license header
- remove instructive comment
* minor rules.mk tidy-up
- remove Bootloader selection sample comments
* rewrite SEND_STRING() statements per fauxpark
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
|
|
* Remove keymap_config extern from default keymaps
* Revert unicode
Apparently VSCode does not like unicode, I didn't actually edit these lines, so it must have been automatic... :(
Co-Authored-By: fauxpark <fauxpark@gmail.com>
|
|
* Update general README
* Add handwire_101
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Use Pragma once
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/config.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/config.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/handwire_101.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/handwire_101.h
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Update keyboards/ckeys/handwire_101/keymaps/default/keymap.c
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Change KEYMAP to LAYOUT and remove endif
* Apply suggestions from code review
Co-Authored-By: brandenbyers <branden@brandenbyers.com>
* Move layers to enum and remove KC_TRNS
|