~ruther/qmk_firmware

ecf0612c — fauxpark 6 years ago
[Docs] Clarify the rules.mk setup for Unicode (#6286)

* Clarify the rules.mk setup for Unicode

* code point

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* Remove "your"

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* Undo a line change

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* dot the comma

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>

* Update docs/feature_unicode.md

Co-Authored-By: Konstantin Đorđević <vomindoraan@gmail.com>
676633e1 — yttyx 6 years ago
[Keymap] Balance Twelve / Steno Keymap for Planck (#6283)

* New keymap. Cursor layer does not work.

* Refinements to layout over months of use.

* Changes following review.

* Changes following review.
e6420f0b — Napoleon Wulkan 6 years ago
[Keyboard] Add handwired Wulkan keyboard (#6282)

* added handwired keyboard wulkan

* added info.json for qmk configurator

* fixed spelling

* enum dont need to be assigned to zero

* removed cflag from readme

* updated rules.mk

* removed unneeded rows from config

* moved unicode to keymap conf

* fix adjust layer and comments for keymap
3ee06222 — XScorpion2 6 years ago
Fixing effects to respect user sat and val levels (#6275)

3dd2905b — Stevan Milic 6 years ago
Add personal KBD67 keymap (#6292)

* Add kbdfans/kbd67/hotswap:stevanmilic keymap

* Change Fn+H, Fn+L to Ctrl+Left, Ctrl+Right

* Add keymap comments
Fix typo in Gentoo docstring (#6303)

ffff0f03 — noroadsleft 6 years ago
Fix bug in Mechllama G35 info.json (#6294)

721b3546 — noroadsleft 6 years ago
QMK Configurator support for NEK Type A (#6295)

* QMK Configurator support for NEK Type A

* Update labels to match default keymap
05a97482 — Drashna Jaelre 6 years ago
[Keyboard] Enable LTO on Handwired/Promethium to reduce compiled size (#6227)

c6906046 — Konstantin Đorđević 6 years ago
Fix parentheses in macros, and in general clean up quantum.h (#5021)

* Fix up GPIO macros

* Fix up send string macros

`string` arguments must not be parenthesized

* Fix up miscellaneous macros

* Make indentation uniform (4 spaces)

* Make #ifdef vs #if defined usage consistent

* Reorder standard includes

* Revert indentation changes as per review comments

* Revert #if defined(__AVR__) → #ifdef __AVR__ change

* Change 2 space indent to 4 spaces on a couple of lines

* Replace include guard with #pragma once
37be1cb5 — Drashna Jaelre 6 years ago
Fix debouncing issue for eager algorithms (#6081)

* Fix debouncing issue for eager algos

* Fix up typo issue
207e50c5 — Kaylyn Bogle 6 years ago
Add G35 keyboard (#6263)

6cccc22b — Drashna Jaelre 6 years ago
Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)

Using QUANTUM_LIB_SRC prevents the warning when multiple sources add the i2c_master.c file. Boards such as the Ergodox EZ Glow see this warning every time they compile because the board uses the file in general, and because the RGB LED Matrix requires it, as well.
31843030 — noroadsleft 6 years ago
[Keyboard] Espectro: add LAYOUT_split_bs_joined_right data to QMK Configurator (#6289)

d780c272 — noroadsleft 6 years ago
[Keyboard] Omnikeyish: fix LAYOUT_101 macro (#6285)

* Fix LAYOUT_101 macro

* Add default_101 keymap to prove the LAYOUT_101 macro works
220873df — Konstantin Đorđević 6 years ago
[Keymap] Add personal Wasdat keymap, update other keymaps (#6290)

* Add wasdat:konstantin keymap

TODO: Move it to layouts/

* Use HHKB arrow arrangement for mouse keys on KBD6X

* Move KC_APP from Ctrl to M on all boards

* Use RCT_RSF on Melody96

* Set TAP_HOLD_CAPS_DELAY to 50 in userspace

* Use RSF_RCT instead of RCT_RSF
8b1cdd1e — fauxpark 6 years ago
Add copyright year placeholders to new keyboard script (#6280)

* Add copyright year placeholders to new keyboard script

* More copyright header tweaks
dfebfecd — Jason Krasavage 6 years ago
[Keymap] Added my own keymap folder (#6261)

* added iris rev 3 keymap

* stuff

* Update config.h

* Removed personal mapping folder so that I can branch it

* Added personal Iris keymap folder

* added enums, removed break after return, and removed line 3 of keymap.c

* removed process record function
[Keymap] Add crkbd/vxid keymap (#6281)

6e6d079d — XScorpion2 6 years ago
Updated OLED Docs with notes about screen timeout. (#6276)

* Updated OLED Docs with notes about screen timeout.

* Update docs/feature_oled_driver.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Next