Skip to content

Commit

Permalink
✨ SAMD51 Bricolemon / Bricolemon Lite boards (MarlinFirmware#23658)
Browse files Browse the repository at this point in the history
  • Loading branch information
kelroy1990 authored and Omkar Dhekne committed Mar 25, 2024
1 parent 754dc3e commit 6cd83df
Show file tree
Hide file tree
Showing 4 changed files with 1,298 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/core/boards.h
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,8 @@
//

#define BOARD_AGCM4_RAMPS_144 6100 // RAMPS 1.4.4
#define BOARD_BRICOLEMON_V1_0 6101 // Bricolemon
#define BOARD_BRICOLEMON_LITE_V1_0 6102 // Bricolemon Lite

//
// Custom board
Expand Down
4 changes: 4 additions & 0 deletions Marlin/src/pins/pins.h
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,10 @@

#elif MB(AGCM4_RAMPS_144)
#include "samd/pins_RAMPS_144.h" // SAMD51 env:SAMD51_grandcentral_m4
#elif MB(BRICOLEMON_V1_0)
#include "samd/pins_BRICOLEMON_V1_0.h" // SAMD51 env:SAMD51_grandcentral_m4
#elif MB(BRICOLEMON_LITE_V1_0)
#include "samd/pins_BRICOLEMON_LITE_V1_0.h" // SAMD51 env:SAMD51_grandcentral_m4

//
// Custom board (with custom PIO env)
Expand Down
Loading

0 comments on commit 6cd83df

Please sign in to comment.