diff options
| author | Joel Challis | 2024-01-02 04:05:08 +0100 |
|---|---|---|
| committer | GitHub | 2024-01-02 04:05:08 +0100 |
| commit | 60f0132bd56bdd6b3eda5ca6088e45be7a4a20bc (patch) | |
| tree | 586a1474044b1349d540c711d3bf510b86640b0a /keyboards/an_achronism | |
| parent | 0a6913b68274c03302b09466a79b99efffd35e59 (diff) | |
Migrate RGB Matrix config to info.json - A (#22798)
Diffstat (limited to 'keyboards/an_achronism')
| -rw-r--r-- | keyboards/an_achronism/tetromino/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/an_achronism/tetromino/config.h b/keyboards/an_achronism/tetromino/config.h index e543d7ae24..c7087edb88 100644 --- a/keyboards/an_achronism/tetromino/config.h +++ b/keyboards/an_achronism/tetromino/config.h @@ -16,8 +16,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #pragma once + #define RP2040_BOOTLOADER_DOUBLE_TAP_RESET -#define RGB_MATRIX_LED_COUNT 70 /* disable debug print */ //#define NO_DEBUG |