Skip to content

Commit

Permalink
able to build amatelus73
Browse files Browse the repository at this point in the history
  • Loading branch information
swanmatch committed Dec 9, 2023
1 parent 70bebaf commit eb1d7f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions keyboards/amatelus73/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define BACKLIGHT_LEVELS 3

#define WS2812_DI_PIN D3
#define RGB_DI_PIN D3
#ifdef WS2812_DI_PIN
#define RGB_MATRIX_LED_COUNT 74
#define DRIVER_LED_TOTAL 74
//#define RGBLIGHT_SPLIT
#ifdef RGB_MATRIX_ENABLE
#define DRIVER_LED_TOTAL 74
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150

#define RGB_MATRIX_HUE_STEP 8
Expand Down
2 changes: 1 addition & 1 deletion keyboards/amatelus73/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ NKRO_ENABLE = no # USB Nkey Rollover
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
RGB_MATRIX_ENABLE = yes
RGB_MATRIX_DRIVER = WS2812
RGB_MATRIX_DRIVER = ws2812
MIDI_ENABLE = no # MIDI support
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
AUDIO_ENABLE = no # Audio output on port C6
Expand Down

0 comments on commit eb1d7f5

Please sign in to comment.