diff options
| author | Joel Challis | 2024-04-04 00:14:03 +0200 |
|---|---|---|
| committer | GitHub | 2024-04-04 00:14:03 +0200 |
| commit | f29daff9b6ed178d1d9c3bdb5d504ca8782f8d5a (patch) | |
| tree | c09e608c552688dbf358dad42470a7369edeedc3 /keyboards/miiiw | |
| parent | 62af50ceeff95a49f381130008ed03fdb0cc9362 (diff) | |
Miscellaneous keyboard.json migrations (#23378)
Diffstat (limited to 'keyboards/miiiw')
| -rw-r--r-- | keyboards/miiiw/blackio83/config.h | 20 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/config.h | 3 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/halconf.h (renamed from keyboards/miiiw/blackio83/halconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/keyboard.json (renamed from keyboards/miiiw/blackio83/info.json) | 0 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/matrix.c (renamed from keyboards/miiiw/blackio83/matrix.c) | 0 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/mcuconf.h (renamed from keyboards/miiiw/blackio83/mcuconf.h) | 0 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/rev_0100.c (renamed from keyboards/miiiw/blackio83/blackio83.c) | 2 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/rev_0100.h (renamed from keyboards/miiiw/blackio83/blackio83.h) | 0 | ||||
| -rw-r--r-- | keyboards/miiiw/blackio83/rev_0100/rules.mk | 2 |
9 files changed, 4 insertions, 23 deletions
diff --git a/keyboards/miiiw/blackio83/config.h b/keyboards/miiiw/blackio83/config.h deleted file mode 100644 index 055e8e3579..0000000000 --- a/keyboards/miiiw/blackio83/config.h +++ /dev/null @@ -1,20 +0,0 @@ -/* Copyright 2023 ArthurCyy <https://github.com/ArthurCyy> - * - * This program is free software: you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation, either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see <http://www.gnu.org/licenses/>. - */ - -#pragma once - -// EEPROM i2c chip -#define EEPROM_I2C_24LC256 diff --git a/keyboards/miiiw/blackio83/rev_0100/config.h b/keyboards/miiiw/blackio83/rev_0100/config.h index b1eec364ed..008d1448f2 100644 --- a/keyboards/miiiw/blackio83/rev_0100/config.h +++ b/keyboards/miiiw/blackio83/rev_0100/config.h @@ -16,6 +16,9 @@ #pragma once +// EEPROM i2c chip +#define EEPROM_I2C_24LC256 + #define POWER_SWITCH_PIN B0 /* 16 with dummy columns for shift registers */ diff --git a/keyboards/miiiw/blackio83/halconf.h b/keyboards/miiiw/blackio83/rev_0100/halconf.h index 037108a392..037108a392 100644 --- a/keyboards/miiiw/blackio83/halconf.h +++ b/keyboards/miiiw/blackio83/rev_0100/halconf.h diff --git a/keyboards/miiiw/blackio83/info.json b/keyboards/miiiw/blackio83/rev_0100/keyboard.json index d3fb31d109..d3fb31d109 100644 --- a/keyboards/miiiw/blackio83/info.json +++ b/keyboards/miiiw/blackio83/rev_0100/keyboard.json diff --git a/keyboards/miiiw/blackio83/matrix.c b/keyboards/miiiw/blackio83/rev_0100/matrix.c index ab252f919b..ab252f919b 100644 --- a/keyboards/miiiw/blackio83/matrix.c +++ b/keyboards/miiiw/blackio83/rev_0100/matrix.c diff --git a/keyboards/miiiw/blackio83/mcuconf.h b/keyboards/miiiw/blackio83/rev_0100/mcuconf.h index 89038eba82..89038eba82 100644 --- a/keyboards/miiiw/blackio83/mcuconf.h +++ b/keyboards/miiiw/blackio83/rev_0100/mcuconf.h diff --git a/keyboards/miiiw/blackio83/blackio83.c b/keyboards/miiiw/blackio83/rev_0100/rev_0100.c index 8c80ebd73c..7af6861f53 100644 --- a/keyboards/miiiw/blackio83/blackio83.c +++ b/keyboards/miiiw/blackio83/rev_0100/rev_0100.c @@ -14,7 +14,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "blackio83.h" +#include "rev_0100.h" #include "usb_main.h" #include "usb_util.h" diff --git a/keyboards/miiiw/blackio83/blackio83.h b/keyboards/miiiw/blackio83/rev_0100/rev_0100.h index ea371443e3..ea371443e3 100644 --- a/keyboards/miiiw/blackio83/blackio83.h +++ b/keyboards/miiiw/blackio83/rev_0100/rev_0100.h diff --git a/keyboards/miiiw/blackio83/rev_0100/rules.mk b/keyboards/miiiw/blackio83/rev_0100/rules.mk index 5558efa95d..7a361addb3 100644 --- a/keyboards/miiiw/blackio83/rev_0100/rules.mk +++ b/keyboards/miiiw/blackio83/rev_0100/rules.mk @@ -1,7 +1,5 @@ CUSTOM_MATRIX = lite -WS2812_DRIVER_REQUIRED := yes - # Project specific files SRC += matrix.c \ common/shift_register.c |