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;