format code according to conventions [skip ci]
[Keyboard] Add Batpad 2x4 PCB (#9295)
* Add files via upload
* Update config.h
* Update config.h
* Update keyboards/Yncognito/batpad/batpad.c
* Update batpad.c
* Update keyboards/Yncognito/batpad/keymaps/default/keymap.c
* Update keyboards/Yncognito/batpad/batpad.h
* Update keyboards/Yncognito/batpad/keymaps/default/keymap.c
* Update keyboards/Yncognito/batpad/keymaps/default/keymap.c
* Update keyboards/Yncognito/batpad/keymaps/via/keymap.c
* Update keyboards/Yncognito/batpad/keymaps/via/keymap.c
* Update keyboards/Yncognito/batpad/keymaps/via/keymap.c
* Update keyboards/Yncognito/batpad/batpad.c
* Rename keyboards/Yncognito/batpad/rules.mk to keyboards/yncognito/batpad/rules.mk
* Rename keyboards/Yncognito/batpad/readme.md to keyboards/yncognito/batpad/readme.md
* Rename keyboards/Yncognito/batpad/info.json to keyboards/yncognito/batpad/info.json
* Rename keyboards/Yncognito/batpad/config.h to keyboards/yncognito/batpad/config.h
* Rename keyboards/Yncognito/batpad/batpad.h to keyboards/yncognito/batpad/batpad.h
* Rename keyboards/Yncognito/batpad/batpad.c to keyboards/yncognito/batpad/batpad.c
* Rename keyboards/Yncognito/batpad/keymaps/default/readme.md to keyboards/yncognito/batpad/keymaps/default/readme.md
* Rename keyboards/Yncognito/batpad/keymaps/default/keymap.c to keyboards/yncognito/batpad/keymaps/default/keymap.c
* Rename keyboards/Yncognito/batpad/keymaps/default/config.h to keyboards/yncognito/batpad/keymaps/default/config.h
* Rename keyboards/Yncognito/batpad/keymaps/via/rules.mk to keyboards/yncognito/batpad/keymaps/via/rules.mk
* Rename keyboards/Yncognito/batpad/keymaps/via/keymap.c to keyboards/yncognito/batpad/keymaps/via/keymap.c
* Rename keyboards/Yncognito/batpad/keymaps/via/config.h to keyboards/yncognito/batpad/keymaps/via/config.h
* Update keyboards/yncognito/batpad/readme.md
* Update keyboards/yncognito/batpad/readme.md
* Update keyboards/yncognito/batpad/rules.mk
* Delete config.h
* Delete config.h
* Update readme.md
* Update keyboards/yncognito/batpad/batpad.c
* Update keyboards/yncognito/batpad/readme.md
* Update keyboards/yncognito/batpad/keymaps/via/keymap.c
* Update keyboards/yncognito/batpad/info.json
* Update keyboards/yncognito/batpad/batpad.h
Add ANSI and ISO layout for KBD67mkII soldered PCB (#9340)
* add ansi and iso layouts
* fix iso map mistake
* fix mistake again...
* Update keyboards/kbdfans/kbd67/mkii_soldered/keymaps/iso/keymap.c
* rename layout macros to the blocker variants and add ansi_split_bs
* Apply suggestions from code review
[Keyboard] Add new PCB Infinity87 (#9287)
* Add new PCB Infinity87
* Update keymap.c
* Update readme.md
* Update rules.mk
* update
* Update info.json
[Keyboard] Add OmronTKL (#9346)
* Add OmronTKL
* Fix column pins
[keymap] upstreaming a minor keymap update (#9366)
[Keymap] Add Kyria keymap (#9224)
* Add Kyria keymap
* clean split hand detection code
* rename "joystick" to "thumbstick"
* thumbstick overhaul
* removed angle correction, seems buggy
* save some memory
* Remove deprecated config option
* Use the correct types for getting host led states
* Fix include path
* Made .h files for encoder and oled code
* Increase speed cap on thumbstick
[Keymap] Add custom corne keymap (#9283)
* Add custom corne keymap
* Clean up rules.mk
* Clean up base layer on keymap.c
* Clean up lower layer on keymap.c
* Clean up raise layer on keymap.c
* Clean up adjust layer in keymap.c
dz60 iso split - cleaned up the readme and replaced normal key with numpad key on numpad layer (#9339)
* README cleanup
* replaced "normal" numbers with "keypad" numbers:
KC_P4 replaced by KC_KP_P4
* replaced "normal" keys on Numpad Layer with the "KeyPad" keys
KC_1 replaced by KC_P1 etc.
VIA Support: Noxary 260 (#9349)
* add VIA support to noxary 260
* change the layout macro to be 60_ansi as thats going to be the base VIA layout
* update readme
Fix project alice indicators (#9342)
[Docs] Japanese translation of docs/feature_split_keyboard.md (#9031)
* add feature_split_keyboard.md translation
* add header for git
* update based on comment
* update based on comment
Fix my personal keymap // Custom keymap for Kbdfans/kbd67/rev2 with improvements on Accessibility (#9207)
Co-authored-by: Ryan <fauxpark@gmail.com>
Murcielago: improve default keymap (#9363)
* Squashed new default keymap for murcielago
Really fix Ubuntu/Debian setup when $PATH contains spaces (#9370)
PR #9307 fixed the immediately visible problem (the command that was
added to $HOME/.bashrc was incorrect because of missing quotes around
paths with spaces). However, the modified command is still wrong - it
captures the value of $PATH at the setup time, and the resulting command
written out to $HOME/.bashrc will overwrite $PATH with that captured
value, ignoring any changes in the environment. This may be especially
important for WSL, where the initial value of $PATH in Linux includes
everything which has been added to %PATH% on the Windows side; after
adding that command to $HOME/.bashrc the WSL environment will no longer
pick up any changes made by newly installed Windows software.
Instead of that, use single quotes around the command, so that the
environment variables are not expanded at the setup time, and the
command that is added to $HOME/.bashrc becomes exactly this:
PATH="$HOME/.local/bin:$PATH"
This command will use the $HOME and $PATH environment variable values at
the time the command is executed, not at the time the QMK setup is
performed, so any further updates to $PATH are taken into account.
Double quotes also ensure that the command is safe even if the values of
those environment variables contain spaces.
Fix Configurator layout data for clueboard/2x1800/2019 (#9373)
Fixing Iron165 VIA Keymap (#9298)
* Fixing via issues
* Fixing whitespace issues on the keymap
* Fixed the default via layer 1 keymap, was a little weird before
* Removing redundant declarations in via/rules.mk
Fix Ubuntu/Debian setup when $PATH contains spaces (#9307)
* Change `echo` to `export`
* Add `export` as a note under the `echo` command
* Remove note from last commit
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update docs/newbs_getting_started.md
Co-authored-by: Ryan <fauxpark@gmail.com>
* Update docs/newbs_getting_started.md
Add 1 line of whitespace under note
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
[Docs] Fixed the hyperlink to `/users/_example/`. (#9326)