Fix install for Linux Ubuntu (#7520) * Fix linux install for Ubuntu. It failed due to sh not supporting [ and pip being seperate from python3 * Adapted install function according to feedback * Fix style
Add pep8-naming to our python linting
[Keymap] Added jhelvy keymaps for keebio/iris and lily58 (#7447) * Added jhelvy keymaps for keebio/iris and lily58 * Fixed keymap image link for Iris * Update keyboards/keebio/iris/keymaps/jhelvy/keymap.c * Fixed keymap image url for lily58 * Update keyboards/lily58/keymaps/jhelvy/keymap.c * Removed numbers in parentheticals in lily58 rules * Removed unnecessary rules
format code according to conventions [skip ci]
[Keyboard] fixed noah info.json (#7518) * fixed noah info.json * fixed iso keymap and adding default iso keymaps * keymap cleanup * verified through the qmk configurator preview mode * modify encoding from utf-8 bom to urf-8
[Keyboard] Update Lets Split Sockets to use LTO_ENABLE (#7516)
Add _summary.md for Russian docs with proper language prefix (#7514)
[Keyboard] Fix calls in handwired/jotanck (#7515) The C file for this keyboard was calling `keyboard_pre_init_user`. Which is wrong. This fixes that behavior.
[Keymap] Added my UT47.2 Swedish layout with tap dance function. (#6861) * Added my UT47.2 Swedish layout with tap dance function. * Move tap dance over to user space * Removed config_common from config file
Specify Arm GCC 8 in macOS install script (#7509)
[Keyboard] Add community layout support for DZ60RGB WKL (#7503) * Add community layout support for DZ60RGB WKL * info.json would be good too
[Keyboard] fixed noah info.json (#7502) * fixed noah info.json * fixed iso keymap and adding default iso keymaps * keymap cleanup * verified through the qmk configurator preview mode
[Keymap] Add RGB keycodes to keymap, enable RGB_MATRIX on crkbd (#7499)
Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)
[keymap] personal keymap tweaks (#7510) * replace home and end with cmd-left and cmd-right for iOS compatability * tab left and right with cmd-shift-bracket instead of ctrl-tab for Blink compatability * cmd-up and cmd-down instead of pg-up pg-down for blink shell compatability * Revert "cmd-up and cmd-down instead of pg-up pg-down for blink shell compatability" This reverts commit e976af9f11f77933f272edc22faf971445a65717. * reorganised symbol layer * update link in readme
Fix output file permissions when using docker build. (#7378)
Add yet another dictionary for the QMK Firmware docs sidebar heading (#7504)
Add shift-to-invert to remaining directional RGB_* keycode pairs (#7484) * Add shift-to-invert to remaining directional RGB_* keycode pairs RGB_MODE_FORWARD / RGB_MODE_REVERSE invert their functions when shift is held. This change adds the same capabilities to the remaining directional RGB_* keycode pairs. This improves consistency and provides full RGB control in a keymap containing only one keycode from each pair. * remove redundant variable * fix typo * Fix more typos Flyspell is on now I swear!
Compile out some keycode processing when features are disabled (#7506)
Fix processing of RGB keycodes on slave half (#7404)