Merge remote-tracking branch 'origin/master' into develop
Fix missing F2 in top row in AoS TKL maps (#11735)
Merge remote-tracking branch 'origin/master' into develop
undef TAPPING_TERM in users/hvp/hvp.h
rename callum's custom keycode that conflicts with a LUFA define
add missing _MACRO to users/brandonschlack/brandonschlack.h
check for BACKLIGHT_ENABLE so this works on all keyboards
change LAYOUT_planck_grid to LAYOUT_ortho_4x12
bring the bocaj keymap inline with LAYOUT_ortho_4x12
bring the xyverz keymap inline with LAYOUT_66_ansi
remove conflicting NKRO_ENABLE flag
make the tetris keymap fit
fix clueboard/66:magicmonty to bring hue under the 255 limit
fix chimera_ortho:gordon so it compiles
enable bluetooth on atreus:clash to fix compile error
enable LTO on atreus:ibnuda to bring it below the threshold
fix atomic:pvc so it compiles
Add a <FEATURE>_SUPPORTED flag (#9058)
* Initial attempt at allowing keyboards to indicate what features they do not support
* try to use a for loop instead
* Update disable_features.mk
Co-authored-by: Drashna Jaelre <drashna@live.com>
* add a few more features
* remove my test fixture
* disable things that make all:all suggested"
Co-authored-by: Zach White <skullydazed@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>