[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>
Initial firmware for Retro75 (#7294)
* Initial firmware for Retro75
* Update readme to match new template guidelines
Support RGBLIGHT_SLEEP when ChibiOS boards suspend (#7280)
Copypasta from the AVR suspend implementation with a Teensy-specific
hack removed
[Keymap] Remove dynamic macro customization now it's a core feature. (#7301)
[Keymap] Tw1t611 (#7282)
* Add tw1t611 keymap.
* Add underglow
[Keyboard] Enable RGB Light on ARM OLKB Keyboards (#7293)
* Enable RGBLight on Planck Rev6
* Enable RGBLight on Preonic Rev3
All hail zvecr!
[Keyboard] Hadron v3 Enable RGB (#7292)
- bitbang age is upon us. All hail zvecr
[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
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
[Keyboard] Fix `led_init_ports()` for Wasdat (#7288)
[Keyboard] update hbcp keymaps (#7275)
* update hbcp keymaps
* update hbcp info.json file
* update readme
* update hbcp "hiney" keymap
[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
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
Set `git submodule update` depth to 50 (#7269)
Fix typo in ARM I2C copyright header (#7264)
[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.
[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
Un-clang-format usb_descriptor.h (#7216)
Preserves readability of the file, making it easier to understand and modify.