-#define FPGA_MAJOR_MODE_HF_SIMULATOR (4<<5)\r
-#define FPGA_MAJOR_MODE_HF_ISO14443A (5<<5)\r
-#define FPGA_MAJOR_MODE_UNUSED (6<<5)\r
-#define FPGA_MAJOR_MODE_OFF (7<<5)\r
-// Options for the LF reader\r
-#define FPGA_LF_READER_USE_125_KHZ (1<<3)\r
-#define FPGA_LF_READER_USE_134_KHZ (0<<3)\r
+#define FPGA_MAJOR_MODE_HF_SIMULATOR (4<<5)\r
+#define FPGA_MAJOR_MODE_HF_ISO14443A (5<<5)\r
+#define FPGA_MAJOR_MODE_LF_PASSTHRU (6<<5)\r
+#define FPGA_MAJOR_MODE_OFF (7<<5)\r