Fix parentheses in macros, and in general clean up quantum.h (#5021)
* Fix up GPIO macros
* Fix up send string macros
`string` arguments must not be parenthesized
* Fix up miscellaneous macros
* Make indentation uniform (4 spaces)
* Make #ifdef vs #if defined usage consistent
* Reorder standard includes
* Revert indentation changes as per review comments
* Revert #if defined(__AVR__) → #ifdef __AVR__ change
* Change 2 space indent to 4 spaces on a couple of lines
* Replace include guard with #pragma once
Fix debouncing issue for eager algorithms (#6081)
* Fix debouncing issue for eager algos
* Fix up typo issue
Use QUANTUM_LIB_SRC for i2c_master.c inclusion (#5617)
Using QUANTUM_LIB_SRC prevents the warning when multiple sources add the i2c_master.c file. Boards such as the Ergodox EZ Glow see this warning every time they compile because the board uses the file in general, and because the RGB LED Matrix requires it, as well.
[Keyboard] Espectro: add LAYOUT_split_bs_joined_right data to QMK Configurator (#6289)
[Keyboard] Omnikeyish: fix LAYOUT_101 macro (#6285)
* Fix LAYOUT_101 macro
* Add default_101 keymap to prove the LAYOUT_101 macro works
[Keymap] Add personal Wasdat keymap, update other keymaps (#6290)
* Add wasdat:konstantin keymap
TODO: Move it to layouts/
* Use HHKB arrow arrangement for mouse keys on KBD6X
* Move KC_APP from Ctrl to M on all boards
* Use RCT_RSF on Melody96
* Set TAP_HOLD_CAPS_DELAY to 50 in userspace
* Use RSF_RCT instead of RCT_RSF
Add copyright year placeholders to new keyboard script (#6280)
* Add copyright year placeholders to new keyboard script
* More copyright header tweaks
[Keymap] Added my own keymap folder (#6261)
* added iris rev 3 keymap
* stuff
* Update config.h
* Removed personal mapping folder so that I can branch it
* Added personal Iris keymap folder
* added enums, removed break after return, and removed line 3 of keymap.c
* removed process record function
[Keymap] Add crkbd/vxid keymap (#6281)
mattly's userspace and iris (#6279)
Fix chibios so the dfu-suffix is only applied once. (#6270)
Added mod carry over from press to release. (#5866)
Update docs/feature_space_cadet.md
Co-Authored-By: fauxpark <fauxpark@gmail.com>
keymap for idobo (#6250)
* greenshadowmaker keymap for idobo xd75 massdrop
* remove uneeded config.h
* corrected format to match convention instead of xd75 where I accidentally started from
* fixed errors and added arrows bottom right to match my other layouts
* updated readme
* right arrow fix
* Update keyboards/idobo/keymaps/greenshadowmaker/keymap.c
removing unnecessary part, copied from different keymap
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* added suggested changes
* removed unneded elements
Noxary 268.2 update (#6254)
* Fix Noxary 268.2 layout macros & info.json
* Update Noxary 268.2 to current QMK code style
My personal keymap for the Iris Rev3 (#6271)
* updates to my iris keymap
* some rational updates to the keymap - let's see how this works
* updates to my iris keymap
* some rational updates to the keymap - let's see how this works
* add mouse keys and remove unused keys and some cleanup
* a little bit more cleanup
* actually enable mousekeys
* fix markdown lint complaints
* fix capitalization
* changes made per suggestions
[Keymap] Adding new Gherkin keymap and configuration with RGB strip (#6252)
Add makeful rules to .editorconfig
OMFG, why is it not set to tabs??
[Keymap] Fixing keymap DYNAMIC_MACRO_RANGE keycode enumeration (#6248)