~ruther/qmk_firmware

d9cf6c67 — ihotsuno 5 years ago
[Keyboard] 140% keyboard fluorite keymaps (#7473)

* fluorite keymaps

* Update config.h

* Update fluorite.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update config.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keyboards/fluorite/config.h

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/readme.md

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keyboards/fluorite/rules.mk

thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.c

I corrected the points that were pointed out.

* Update rules.mk

I corrected the points that were pointed out.

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keyboards/fluorite/rules.mk

Thanks!

* Update keymap.c

I corrected the points that were pointed out.

* Update fluorite.h

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points that were pointed out.

* Update keymap.c

I corrected the points.
c:165:68 
XDXXXXX >> XXXXXXX

Reverted,because error log.
ADJUST,

* Update keymap.c

I corrected the points that were pointed out.

* Update readme.md

link added

* Update readme.md

photo link added

* Update readme.md

link Modify

* Update keyboards/fluorite/readme.md

Thanks!

* Update keyboards/fluorite/readme.md

Thanks!
b386ccc7 — iKirin 5 years ago
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
0ed49297 — skullY 5 years ago
Add pep8-naming to our python linting
a2c62579 — John Helveston 5 years ago
[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
a14c9a05 — QMK Bot 5 years ago
format code according to conventions [skip ci]
c9838fea — yulei 5 years ago
[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
dfe18b40 — Drashna Jaelre 5 years ago
[Keyboard] Update Lets Split Sockets to use LTO_ENABLE (#7516)

f0991420 — fauxpark 5 years ago
Add _summary.md for Russian docs with proper language prefix (#7514)

d98ed28e — Drashna Jaelre 5 years ago
[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
77c04d14 — fauxpark 5 years ago
Specify Arm GCC 8 in macOS install script (#7509)

90c74701 — fauxpark 5 years ago
[Keyboard] Add community layout support for DZ60RGB WKL (#7503)

* Add community layout support for DZ60RGB WKL

* info.json would be good too
ede67df6 — yulei 5 years ago
[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
27bf464d — Manna Harbour 5 years ago
[Keymap] Add RGB keycodes to keymap, enable RGB_MATRIX on crkbd (#7499)

fb02593b — fauxpark 5 years ago
Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)

c0dbd81b — Callum Oakley 5 years ago
[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
385454e6 — Nick Brassel 5 years ago
Fix output file permissions when using docker build. (#7378)

7164e8ee — fauxpark 5 years ago
Add yet another dictionary for the QMK Firmware docs sidebar heading (#7504)

f9521ffa — Manna Harbour 5 years ago
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!
2048df88 — Joel Challis 5 years ago
Compile out some keycode processing when features are disabled (#7506)

Next