diff --git a/boards/airfy-beacon/include/periph_conf.h b/boards/airfy-beacon/include/periph_conf.h
index 916f3e5494831bfb78b8a5fc08a232e8675c7a10..87701380f1f91c9a98938742f9eea14f618f91a2 100644
--- a/boards/airfy-beacon/include/periph_conf.h
+++ b/boards/airfy-beacon/include/periph_conf.h
@@ -22,26 +22,12 @@
 
 #include "periph_cpu.h"
 #include "periph_conf_common.h"
+#include "cfg_clock_16_1.h"
 
 #ifdef __cplusplus
  extern "C" {
 #endif
 
-/**
- * @name    Clock configuration
- *
- * @note    The radio will not work with the internal RC oscillator!
- *
- * @{
- */
-#define CLOCK_HFCLK         (16U)           /* set to  0: internal RC oscillator
-                                                      16: 16MHz crystal
-                                                      32: 32MHz crystal */
-#define CLOCK_LFCLK         (1)             /* set to  0: internal RC oscillator
-                                             *         1: 32.768 kHz crystal
-                                             *         2: derived from HFCLK */
-/** @} */
-
 /**
  * @name    UART configuration
  *