Update Fix migrate errors from test_duplex_dp to test_col2col

This commit is contained in:
Takeshi Nishio 2020-03-17 05:48:31 +09:00
parent 1ea1b6dceb
commit 8e130ae460
3 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0x0000 #define PRODUCT_ID 0x0000
#define DEVICE_VER 0x0001 #define DEVICE_VER 0x0001
#define MANUFACTURER jpskenn #define MANUFACTURER jpskenn
#define PRODUCT test_duplex_dp #define PRODUCT test_col2col2
#define DESCRIPTION A custom keyboard #define DESCRIPTION A custom keyboard
/* key matrix size */ /* key matrix size */

View File

@ -14,7 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "test_duplex_dp.h" #include "test_col2col.h"
// Optional override functions below. // Optional override functions below.
// You can leave any or all of these undefined. // You can leave any or all of these undefined.