hs60/v1: separate into ANSI and ISO revisions (#24136)

This commit is contained in:
Ryan 2024-08-04 11:03:54 +10:00 committed by GitHub
parent b04fee4ff7
commit 0b4065b50c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 547 additions and 508 deletions

View file

@ -17,22 +17,5 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
/*
* Feature disable options
* These options are also useful to firmware size reduction.
*/
/* disable debug print */
//#define NO_DEBUG
/* disable print */
//#define NO_PRINT
#define IS31FL3731_I2C_ADDRESS_1 IS31FL3731_I2C_ADDRESS_GND
#define IS31FL3731_I2C_ADDRESS_2 IS31FL3731_I2C_ADDRESS_SCL
#ifdef HS60_ANSI
#define RGB_MATRIX_LED_COUNT 61
#else
#define RGB_MATRIX_LED_COUNT 62
#endif