Merge pull request #739 from pondrejk/master
util/install_dependencies.sh made executable, fixes #738
Merge pull request #737 from pondrejk/patch-1
fixed typo in Linux install instructions
Merge pull request #736 from tong92/master
add tong92 keymap
Merge pull request #735 from romanzolotarev/patch-1
Fix typo
Merge pull request #733 from cbbrowne/master
Various recent enhancements to my keyboard map
Merge pull request #730 from IBNobody/master
Change NKRO Report Size = 32, User Print
util/install_dependencies.sh made executable, fixes #738
fixed typo in Linux install instructions
Added User Print - A "light" console out option (#8)
User print disables the normal print messages in the body of QMK/TMK
code and is meant as a lightweight alternative to NOPRINT. Use it when
you only want to do a spot of debugging but lack flash resources for
allowing all of the codebase to print (and store their wasteful
strings).
Borrowed joint Shift/Enter idea from sgoodwin mapping
Use keyboard config for nkro (#7)
* removing nkro references - wip
* changed NKRO to be defined by keymap_config
Merge pull request #732 from romanzolotarev/master
Change CTL_T(KC_ESC) to KC_LCTRL and update readme
Merge pull request #729 from joarau/master
norwegian programmer-friendly layout
Change CTL_T(KC_ESC) to KC_LCTRL and update readme
Merge pull request #6 from IBNobody/fix_magic_key_binding_NKRO
Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO
Set keyboard_nkro (used by TMK) w/ MAGIC_HOST_NKRO
If NKRO is enabled, also set keyboard_nkro with MAGIC_HOST_NKRO and
MAGIC_UNHOST_NKRO.
Merge pull request #5 from IBNobody/make_nkro_report_32_bytes
Change NKRO size fron 16 bytes to 32 bytes.