From 37d5d7ac3d4d5cab6c7465d52b9636728e103b3e Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 17 Jul 2022 20:33:06 -0700 Subject: [PATCH] Minor changes --- Makefile | 10 ++++++++++ keyboards/betalupi_ergodox/animations/fft.h | 1 - 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 85fc127..2f08bf5 100644 --- a/Makefile +++ b/Makefile @@ -73,3 +73,13 @@ flash: -e BUILD_DIR=$(BUILD_DIR) \ -kb betalupi_ergodox \ -km default + + + +# Compile and flash a keyboard +.PHONY: comp-db +comp-db: + @source $(VENV)/bin/activate && \ + $(QMK) generate-compilation-database \ + -kb betalupi_ergodox \ + -km default diff --git a/keyboards/betalupi_ergodox/animations/fft.h b/keyboards/betalupi_ergodox/animations/fft.h index 0002dbd..bfcfa6a 100644 --- a/keyboards/betalupi_ergodox/animations/fft.h +++ b/keyboards/betalupi_ergodox/animations/fft.h @@ -19,7 +19,6 @@ bool FFT_ANIM(effect_params_t* params) { } - // Render heatmap & decrease for (int i = led_min; i < led_max; i++) { uint8_t row = i % MATRIX_ROWS; uint8_t col = i / MATRIX_ROWS;