~ruther/qmk_firmware

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)

fc51a4a1 — fauxpark 5 years ago
Fix typo in ARM I2C copyright header (#7264)

8b832c49 — Tsan-Kuang Lee 5 years ago
[Keyboard] add keymap beautifier for Ergodox EZ (#4393)

* add beautifier

* add example

* Update keyboards/ergodox_ez/util/keymap_beautifier.py

Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com>

* Update keyboards/ergodox_ez/util/keymap_beautifier.py

Co-Authored-By: tsankuanglee <1425438+tsankuanglee@users.noreply.github.com>

* works for regular layout

* all planned features implemented

* add justification switch

* docker support

* doc and starting script

* clean up the container after done
[Keyboard] Add Kudox Rev2 (#7253)

* Add a directory as rev2 in keybords/kudox.

* Modified default keymap of Kudox.

* Modified JIS keymap of Kudox.

* Changed kudox default from rev1 to rev2.

* Modified a keymap of kudox/x1.

* Move keyboards/kudox/keymaps to keyboards/kudox/rev1/.

* Remove keyboards/kudox/info.json.

* Modified kudox's READMEs.

* Remove unnecessary codes.
dc113712 — James Young 5 years ago
[Keyboard] Add LAYOUT_60_iso to XD60 (#7263)

* refactor iso keymap

- remove redundant action_layer.h include
- use enum for layer management
- QMK coding conventions (four-space indent)

* add LAYOUT_60_iso macro

* enable 60_iso community layout for both revisions

* swap KC_HOME to KC_RSFT

* update ISO keymap readme

* update default keymap readme

`make` command no longer valid.

* refactor keyboard readme

Update to reflect current QMK template.

* add LAYOUT_60_iso data to info.json

* use #pragma once in header files
1244d0e2 — fauxpark 5 years ago
Un-clang-format usb_descriptor.h (#7216)

Preserves readability of the file, making it easier to understand and modify.
Next