board.h 213 B

123456789101112
  1. // Copyright 2022 QMK
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include_next "board.h"
  5. #undef BOARD_RP_PICO_RP2040
  6. #define BOARD_PM2040
  7. #undef BOARD_NAME
  8. #define BOARD_NAME "Pro Micro RP2040"