qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit dc26e99dd50953bff812c954ba2f44cdb41fcb4c
parent 4dc846f21ccced7486d310ae03c9b882d5455798
Author: QMK Bot <hello@qmk.fm>
Date:   Wed,  9 Apr 2025 14:29:06 +0000

Merge remote-tracking branch 'origin/master' into develop

Diffstat:
Mkeyboards/rubi/lib/calc.c | 1+
Mkeyboards/terrazzo/terrazzo.c | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/keyboards/rubi/lib/calc.c b/keyboards/rubi/lib/calc.c @@ -13,6 +13,7 @@ This is the modified version of [calculator by MWWorks](https://github.com/MWWor Feel free to fix it! I think it needs to detect the precision of the two operands and then figure out what the precision of the result should be */ +#include <math.h> #include "rubi.h" static uint8_t calc_current_operand = 0; diff --git a/keyboards/terrazzo/terrazzo.c b/keyboards/terrazzo/terrazzo.c @@ -14,6 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include <math.h> #include "terrazzo.h" #ifdef LED_MATRIX_ENABLE