Tu masz opis na githubie
https://github.com/gnea/grbl/wiki/Compiling-Grbl
Dodane 4 minuty 30 sekundy:
W pliku cpu_map.h jest taka sekcja
// Define probe switch input pin.
#define PROBE_DDR DDRC
#define PROBE_PIN PINC
#define PROBE_PORT PORTC
#define PROBE_BIT 5 // Uno Analog Pin 5
#define PROBE_MASK (1<<PROBE_BIT)