diff options
Diffstat (limited to 'keyboards/bfake')
-rw-r--r-- | keyboards/bfake/config.h | 2 | ||||
-rw-r--r-- | keyboards/bfake/info.json | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/keyboards/bfake/config.h b/keyboards/bfake/config.h index 3531d882ba..72fe48339c 100644 --- a/keyboards/bfake/config.h +++ b/keyboards/bfake/config.h @@ -28,8 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DIODE_DIRECTION COL2ROW -#define LED_CAPS_LOCK_PIN D1 - #define BACKLIGHT_PIN D4 #define BACKLIGHT_LEVELS 3 diff --git a/keyboards/bfake/info.json b/keyboards/bfake/info.json index ff27d60a06..f390102e21 100644 --- a/keyboards/bfake/info.json +++ b/keyboards/bfake/info.json @@ -8,6 +8,9 @@ "pid": "0x422D", "device_version": "2.0.0" }, + "indicators": { + "caps_lock": "D1" + }, "processor": "atmega32a", "bootloader": "bootloadhid", "layouts": { |