[Keyboard] Add keyboard Getta25 (#7497)
* [Keyboard] Add keyboard Getta25
Add Getta25 keyboard.
A 25 keys Tenkey.
Salicylic-acid3
* Update keyboards/getta25/info.json
* Update keyboards/getta25/readme.md
* Update keyboards/getta25/readme.md
* Update keyboards/getta25/readme.md
* Update keyboards/getta25/info.json
* Update keyboards/getta25/info.json
* Update keyboards/getta25/info.json
* Update keyboards/getta25/info.json
* Update keyboards/getta25/keymaps/oled/glcdfont.c
* Update keyboards/getta25/keymaps/oled/glcdfont.c
* Keymap Update
Remove unnecessary code blocks
* Update keyboards/getta25/keymaps/oled/keymap.c
* Update keyboards/getta25/keymaps/oled/keymap.c
* Update keyboards/getta25/keymaps/oled/keymap.c
Invert Num Lock LED state (#7945)
format code according to conventions [skip ci]
Add VIA support for QMK backlight, QMK RGBLight (#7911)
* Add VIA support for QMK backlight, QMK RGBLight
* clang-format changes
Remove all references to "CUSTOM_MATRIX" as a diode direction (#7937)
Fix attribute heritance for long commands.
This is needed for inheritance to work with commands that have dashes in
their names.
Fix commandline arg merging, small improvements
Commandline args should be merged with the submodule's config.
Compare config values to None instead of False, so empty lines and False
can be used as values.
MILC: Fix/complete attribute heritance
If an undefined attribute of a submodule is accessed, fall back to
same attribute of the submodule's parent.
[Keyboard] Addition Eagle II keyboard (#7927)
* add EagleII Keyboard
* Update eagleii.c
* Update eagleii.h
* Update keymap.c
* Update eagleii.h
* Update keymap.c
* Update keyboards/handwired/eagleii/config.h
* Update keyboards/handwired/eagleii/config.h
* Update keyboards/handwired/eagleii/rules.mk
* Update config.h
* Update rules.mk
* Update eagleii.h
* Update eagleii.h
* Update keymap.c
* Update info.json
* Update keyboards/handwired/eagleii/rules.mk
* Update keyboards/handwired/eagleii/rules.mk
* Create readme.md
* Update keyboards/handwired/eagleii/readme.md
* Update keyboards/handwired/eagleii/config.h
* Update keyboards/handwired/eagleii/readme.md
* Update keyboards/handwired/eagleii/readme.md
[Keyboard] Add mx5160 keyboard (#7142)
* Add mx5160 keyboard
* Make necessary changes for merging
rules.mk cleanup, QMK's built in alias for KC_TRNS and change readme blurb
* Add info.json as well
* Update readme, info.json
* Change layout name, update led function
* Fix info.json
* Update rules.mk
[Docs] Misc cleanups for OLED documentation (#7864)
Fix unknown key 'IndentPPDirectives' on CI (#7933)
[Keyboard] Rebound keyboard add (#7886)
* create Rebound keyboard
* proofread
* update decade
* layer enums
* revert enum layer changes
* line spacing and such
* product ID and punctuation
* terminating terminating slashes
* layer enums
* remove slashes
* rules change, rgb and spacing
* plural layouts rgb rulez
[Keyboard] Rebound keyboard add (#7886)
* create Rebound keyboard
* proofread
* update decade
* layer enums
* revert enum layer changes
* line spacing and such
* product ID and punctuation
* terminating terminating slashes
* layer enums
* remove slashes
* rules change, rgb and spacing
* plural layouts rgb rulez
Remove tmk_core gitignore and gitmodules
Run clang-format manually to fix recently changed files (#7934)
* Run clang-format manually to fix recently changed files
* Run clang-format manually to fix recently changed files - revert template files
* Run clang-format manually to fix recently changed files - format off for ascii_to_keycode_lut
Remove custom backlight code for PS2AVRGB boards (#7775)
* Remove custom backlight code for PS2AVRGB boards
* Remove custom driver setting
* BACKLIGHT_BREATHING goes in config.h, not here
* Don't need to include backlight.c again here either
* Turn on backlight for Canoe
* Disable console on a few boards due to oversize
Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards (#7915)
* Enforce definition of `DIODE_DIRECTION` for non-custom matrix boards
* Define diode direction for failing boards
* Matching parentheses
* Put onekey diode directions in top level config