~ruther/qmk_firmware

b1609133 — mechlovin 5 years ago
[Keyboard] Add new PCB Infinity87 (#9287)

* Add new PCB Infinity87

* Update keymap.c

* Update readme.md

* Update rules.mk

* update

* Update info.json
867fded9 — Maarten Dekkers 5 years ago
[Keyboard] Add OmronTKL (#9346)

* Add OmronTKL

* Fix column pins
d1730ec7 — Callum Oakley 5 years ago
[keymap] upstreaming a minor keymap update (#9366)

4057d449 — Gautham Yerroju 5 years ago
[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
2bfcb6bf — Gautham Yerroju 5 years ago
[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
1f420712 — mcarni 5 years ago
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.
400423d1 — MechMerlin 5 years ago
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
54ef02de — Andrew Kannan 5 years ago
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
ccb4b81b — Catriel Müller 5 years ago
Fix my personal keymap // Custom keymap for Kbdfans/kbd67/rev2 with improvements on Accessibility (#9207)

Co-authored-by: Ryan <fauxpark@gmail.com>
e2699773 — Adrian 5 years ago
Murcielago: improve default keymap (#9363)

* Squashed new default keymap for murcielago
0cb4da2c — Sergey Vlasov 5 years ago
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.
9b0c7347 — James Young 5 years ago
Fix Configurator layout data for clueboard/2x1800/2019 (#9373)

fffee6ad — George Mao 5 years ago
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
97ddc7ea — neon4272 5 years ago
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>
3afd2d81 — Nick Brassel 5 years ago
Add documentation for selecting an Arm MCU (#9046)

* Initial doco write-up.

* Update docs/platformdev_selecting_arm_mcu.md

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
2543bad2 — precondition 5 years ago
[Docs] Fixed the hyperlink to `/users/_example/`. (#9326)

a056d945 — MechMerlin 5 years ago
[keyboard] Project Keyboard Signature 87 (#9062)

* preliminary check in, basically a copy from 159's github with a few additions to get it to compile

* update readme

* fixup the LAYOUT macro labels to be more reasonable

* add tkl_ansi LAYOUT macro for community layout support

* clean up rules.mk, add community layout suport, and add in bootloader

* add a tsangan layout macro

* spruce up readme

* add VIA keymap

* add qmk configurator support

* Update keyboards/projectkb/signature87/rules.mk

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/projectkb/signature87/rules.mk

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/projectkb/signature87/rules.mk

Co-authored-by: Joel Challis <git@zvecr.com>

* remove unneeded file

* Update keyboards/projectkb/signature87/config.h

Co-authored-by: Joel Challis <git@zvecr.com>

* Update keyboards/projectkb/signature87/rules.mk

Co-authored-by: Ryan <fauxpark@gmail.com>

* Update keyboards/projectkb/signature87/config.h

Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
573d1fbb — Drashna Jaelre 5 years ago
Include `pointing_device_send` in docs (#9185)

437446ba — Tsan-Kuang Lee 5 years ago
Fix one shot swaphands compiler error when NO_ACTION_ONESHOT is defined (#9296)

* init

* add RETRO_TAP; tap anyway after TAP_TERM, if no interruption

* RETRO_TAP works for other types of taps

* revert to upstream/master

* explain this fork in readme

* use one readme.md file instaed

* fix the error if NO_ACTION_ONESHOT is defined

* restore readme.md to upstream master

Co-authored-by: Tsan-Kuang Lee <tsan.kuang.lee@gmail.com>
Next