Add Indicator flag for RGB Matrix (#9933)
* Add Indicator flag for RGB Matrix
This adds a new flag for the RGB Matrix feature that lets you specify if the LED is an indicator LED, to be used to indicate the system state of the keyboard (eg caps/num/etc lock status, layer indication, modifer status, etc).
* Better formatting of table
[Keyboard] Fix Configurator data for Mechlovin Hannah910 rev2 (#9903)
* fix Configurator data
* rework layout macros
* enable 65_ansi_blocker Community Layout support
* fix layout macro references in info.json
* update rules.mk per fauxpark
* update rules.mk per fauxpark II
Fix RGB_DISABLE_TIMEOUT overflow warning (#9866) (#9874)
* Fix RGB_DISABLE_TIMEOUT overflow warning (#9866)
* Adjust capitalization (#9874)
[Keymap] Update my keymap (#9849)
Add via compatibility to Daisy 40 (#9805)
* Add via compatibility to Daisy 40
* Move via config to its own keymap
* Use lite bootmagic
* Add fourth layer to keymap
[Keyboard] Fixed readme.md for reviungs (#9838)
* [Keyboard] Add keyboard Reviung41
* Modified files
* deleted keyboards/reviung41/keymaps/default/config.h
* modified keyboards/rebiung41/keymaps/default/keymap.c
* modified keyboards/reviung41/readme.md
* modified keyboards/reviung41/readme.md
* modified keyboards/reviung41/readme.md
* Update readme.md
Change the image photo of readme.md.
* [Keyboard] Add reviung61
* Update readme.md
* fix keyboards/reviung61/ and add keymap default_rgb
* fix keyboards/reviung61/info.json
* fix keyboards/reviung61/info.json
* remove keyboards/reviung61/keymaps/default/config.h
* [keyboard] Fixed readme.md for reviung39 and 61.
[Keyboard] Add ArcticPCB pre-Alpha support (#8479)
* Add initial ArcticPCB support
* Added README
* Solve info.json comma issue
* Apply suggestions from noroadsleft code review
Use the LAYOUT_60_tsangan_hhkb Community Layout
* Apply suggestions from tzarc
* Add license header to arctic.c, arctic.h and config.h
* Remove redundant tsangan keymap
* Remove tsangan compilation suggestion from readme
[Docs] small text and formatting fixes in vscode manual (#9156)
* small text and formatting fixes in vscode manual
fix double opening <kbd> tags for correct formatting
expand two points for better understanding
* restored <kbd>, clarified how to open the terminal
restored <kbd> tags that were deleted with the last commit; they are correct as they were to have the whole menu "breadcrumb" nested inside a box
clarified how to open the terminal
escaped backtick for shortcut Ctrl+` as I’ve added backticks for code on the same line
* Update docs/other_vscode.md
[Keyboard] add Hannah910 rev3 (#9710)
fix Dactyl-Manuform 5x6_5 compilation (#9902)
[Keyboard] POM Keyboards TNLN95 (#9788)
* add keyboard tnln95
* keyboard tnln95, fix info
* Apply suggestions from code review
* keyboard tnln95, fix info (2)
* keyboard tnln95, move folder, fix info
* keyboard tnln95, fix keymap
* Apply suggestions from code review
* Apply suggestions from code review
* Apply suggestions from code review
* keyboard tnln95, fix link, comment currently not used pin
* Apply suggestions from code review
[Docs] Update Japanese translation of newbs_flashing.md. (#9819)
* Update Japanese translation of newbs_flashing.md.
* Update docs/ja/newbs_flashing.md
[Docs] Update Japanese translation of newbs_getting_started.md. (#9813)
[Docs] Japanese translation of docs/internals_input_callback_reg.md (#9752)
* add internals_input_callback_reg.md translation
* update based on comment
[Docs] Update Japanese translation of newbs_building_firmware.md. (#9810)
* Update Japanese translation of newbs_building_firmware.md.
* fix original document version.
* Apply suggestions from code review
[Docs] Japanese translation of docs/other_vscode.md (#9756)
* add other_vscode.md translation
* update based on comment
* update based on comment
* update based on comment
[Docs] Update Japanese translation of keymap.md. (#9807)
* Update Japanese translation of keymap.md.
* fix original document version.
* Apply suggestions from code review
* Update translation
[Docs] Update Japanese translation of feature_backlight.md. (#9803)
* Update Japanese translation of feature_backlight.md.
* fix original document version.
* Apply suggestions from code review
[Keyboard] Added a new handwired 2x3,2x4,2x5 keyboard called the Stream_cheap (#9871)
* Added a new handwired 2x3,2x4,2x5 keyboard called the Stream_cheap
stream cheap is a diy version of the El Gato Stream deck minus the LCD keys
but you can always get relegendable keycaps to change the icon if you want
* added missing commas in info.json files
* update config to change pin definition
* changed keymap.c for 2x4
was trying to add macros and multi key commands to the keymap,
i added 2 ctrl commands that have more than one key i.e. ctrl-k-c (visual studio comment hot key)
and i added a test string to see how type out a string with the press of a button
* testing more changes to the keymap to the 2x5
* Update keyboards/handwired/stream_cheap/2x3/2x3.c
* Update keyboards/handwired/stream_cheap/2x3/config.h
* Update keyboards/handwired/stream_cheap/2x3/rules.mk
* Update keyboards/handwired/stream_cheap/2x5/config.h
* Update keyboards/handwired/stream_cheap/2x5/info.json
* Update keyboards/handwired/stream_cheap/2x3/config.h
* Update keyboards/handwired/stream_cheap/2x3/info.json
* Update keyboards/handwired/stream_cheap/2x4/config.h
* Update keyboards/handwired/stream_cheap/2x4/info.json
* Update keyboards/handwired/stream_cheap/2x4/keymaps/default/keymap.c
* Update keyboards/handwired/stream_cheap/2x5/info.json
* Update keyboards/handwired/stream_cheap/2x5/config.h
* Update keyboards/handwired/stream_cheap/2x5/rules.mk
* Update keyboards/handwired/stream_cheap/2x4/2x4.c
* Update keyboards/handwired/stream_cheap/2x4/config.h
* Update keyboards/handwired/stream_cheap/2x4/info.json
* Update keyboards/handwired/stream_cheap/2x5/2x5.c
* Update keyboards/handwired/stream_cheap/2x4/rules.mk
* removed file as per request of user zvecr
* removed line in rules.mk for 2x5
* Update keyboards/handwired/stream_cheap/2x5/keymaps/default/keymap.c
* Apply suggestions from code review
changes suggested in code review