~ruther/qmk_firmware

63d899d1 — Drashna Jaelre 5 years ago
[GitHub] Update issue templates (#7303)

* Update issue templates

* Create config.yml

* Update bug_report.md

* Update other_issues.md

* Update feature_request.md

* Wordsmithing and type fixes
2b30776d — Ivan Smirnov 5 years ago
[Keymap] Add issmirnov {user, ergodox, levinson} files. (#7239)

* Add issmirnov {user, ergodox, levinson} files.

There are enough interesting QMK tricks in these layouts that it seems
worth it to share with the broader community. Big thanks to Drashna for
inspiration, as well as all the wonderful creators of QMK documentation.

Some highlights:
- Common layout shared between levinson and ergodox_ez
- TAP_TOG macro for fast layer switching
- Autogenerated keymaps ascii art with git hooks

I will do my best to do periodic rolls here, but the source of truth
will always be https://github.com/issmirnov/qmk-keebs

* Incorporate review feedback.

- Remove CLEAR_EEPROM in favor of built in EEP_RST
- Remove custom handlers for audio on bootup and shutdown
- Remove plethora of unneeded includes
- Remove deprecated and dupliated config options

HUGE thanks to drashna for the review!

* Apply suggestions from code review

Huge thanks to drashna@ for a very thorough review and the very useful suggestions.

Co-Authored-By: Drashna Jaelre <drashna@live.com>

* Remove unclear optimization

This was an artifact from some other keymap I saw.
5414ff70 — fauxpark 5 years ago
[Doc] Tidy up compatible MCUs docs (#7295)

* Tidy up compatible MCUs docs

* ARM chips should have USB

* 32KB soft lower limit applies to ARM as well

* NXP is the manufacturer name, not Kinetis

* Units
26ce66e3 — Rys Sommefeldt 5 years ago
[Keyboard] Update COD67 support to complete it and add a personal map (#7291)

* Update docs for default keymap

* Update COD67 docs with fixes and macOS details

* Add a personal COD67 2-layer map with RGB control

* Enable RGB, NKRO and change firmware format to bin

* Swap k0D and k48 to fix backspace on the top row

* Add RGB config and tidy up a bit

* Finish default map because merlin was full of bbq

* Whoops, rogue tabs

* Typo fix in the main COD67 readme

* Remove empty function defs in keymap

* Swap how the backspace key relocation happens

* Fix PRODUCT_ID and add a link to software PWM docs

* Disable NKRO and bootmagic and enable mouse keys

* Better header guard

* Whoops, forgot to remote the #endif
c1970e28 — Joel Challis 5 years ago
Fix LAYER_STATE_8BIT compile issues (#7304)

20753706 — Gregory Gubarev 5 years ago
[Docs] Create RU ver of getting_started_github (#7225)


* Create RU ver of getting_started_github

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update

* Updated first frase

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Update docs/ru-ru/getting_started_github.md

* Updated

Co-Authored-By: Nikita Titov <nekit94-08@mail.ru>
Co-Authored-By: nabokovas <bbkv@bk.ru>
31eee6b0 — Joel Challis 5 years ago
Initial firmware for Retro75 (#7294)

* Initial firmware for Retro75

* Update readme to match new template guidelines
680d401f — Jonathan Rascher 5 years ago
Support RGBLIGHT_SLEEP when ChibiOS boards suspend (#7280)

Copypasta from the AVR suspend implementation with a Teensy-specific
hack removed
6fd88c15 — Daniel Shields 5 years ago
[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)

0483327f — tw1t611 5 years ago
[Keymap] Tw1t611 (#7282)

* Add tw1t611 keymap.

* Add underglow
cec391df — Drashna Jaelre 5 years ago
[Keyboard] Enable RGB Light on ARM OLKB Keyboards (#7293)

* Enable RGBLight on Planck Rev6

* Enable RGBLight on Preonic Rev3

All hail zvecr!
d96f0584 — Yan-Fa Li 5 years ago
[Keyboard] Hadron v3 Enable RGB (#7292)

- bitbang age is upon us. All hail zvecr
0f249990 — Derek 5 years ago
[Keyboard] Add UA62 keyboard (#7290)

* Added UA62

Added UA62 Keyboard

* Update readme.md

* Made changes based on code review

Updated files.

* Rename UA62.c to ua62.c

* Rename UA62.h to ua62.h

* Rename keyboards/UA62/readme.md to keyboards/ua62/readme.md

* Rename keyboards/UA62/keymaps/default/keymap.c to keyboards/ua62/keymaps/default/keymap.c

* Rename keyboards/UA62/config.h to keyboards/ua62/config.h

* Update and rename keyboards/UA62/info.json to keyboards/ua62/info.json

* Rename keyboards/UA62/rules.mk to keyboards/ua62/rules.mk

* Rename keyboards/UA62/ua62.c to keyboards/ua62/ua62.c

* Rename keyboards/UA62/ua62.h to keyboards/ua62/ua62.h

* Update keyboards/ua62/readme.md
1ea0cac9 — Joel Challis 5 years ago
ARM - ws2812 bitbang (#7173)

* Initial ARM bitbang ws2812 driver

* Unify chibios platform to run rgblight_task

* Remove 'avr only' comments from ws2812 docs

* Remove 'avr only' comments from ws2812 docs

* Unify chibios platform to run rgblight_task - review comments

* Remove debug flags from keymap

* Add comments from review

* Add defines for STM32L0XX

* Attempt to get arm ws2812 working on multiple gcc versions
b9610091 — fauxpark 5 years ago
[Keyboard] Fix `led_init_ports()` for Wasdat (#7288)

002adadf — Josh Hinnebusch 5 years ago
[Keyboard] update hbcp keymaps (#7275)

* update hbcp keymaps

* update hbcp info.json file

* update readme

* update hbcp "hiney" keymap
95309e9a — James Young 5 years ago
[Keymap] Updates to noroadsleft keymap for KC60 (2019-11-05) (#7265)

* Rename layers_keymap to layer_names

* Update Escape and Left Control keys

- change KC_GESC to KC_ESC
- change KC_LCTL to MT(MOD_LCTL, KC_GRV)

* Disable features I don't use

Makes the firmware lean. Why? Because I can. :D

* Update the readme files

* Add KC_F13 through KC_F24 emulation

... and update the readme files accordingly.

* Update rules/config

- Swap EXTRAFLAGS for LINK_TIME_OPTIMIZATION_ENABLE
  - remove NO_ACTION_MACRO and NO_ACTION_FUNCTION
- Re-enable COMMAND

* concatenate full-length and short layer names

* enable dynamic macros

* update readme files
dfb78d2a — fauxpark 5 years ago
New and improved lock LED callbacks (#7215)

* New and improved lock LED callbacks

* Include stdbool

* Update documentation

* Use full function signatures and add keyboard-level example
ed0575fc — buztard 5 years ago
[Keyboard] Remove RGB_MATRIX_SPLIT_RIGHT from crkbd (#7267)

The need for this was dropped in 947e61eaebf168c0c60be34914141cff9a69e599
7c0edbe8 — fauxpark 5 years ago
Set `git submodule update` depth to 50 (#7269)

Next