From 2a67ff690ee5b0789b10448eef9fa0724a6c8d60 Mon Sep 17 00:00:00 2001 From: Zach White Date: Tue, 1 Dec 2020 16:04:38 -0800 Subject: clean up generate-api errors --- keyboards/flehrad/downbubble/info.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyboards/flehrad/downbubble') diff --git a/keyboards/flehrad/downbubble/info.json b/keyboards/flehrad/downbubble/info.json index c5cd97de54..a7e68e7f61 100644 --- a/keyboards/flehrad/downbubble/info.json +++ b/keyboards/flehrad/downbubble/info.json @@ -1,6 +1,5 @@ { "keyboard_name": "downbubble", - "url": "", "maintainer": "flehrad", "width": 22.75, "height": 6, @@ -429,7 +428,7 @@ {"label":"K53", "x":3.75, "y":5, "w":1.25}, {"label":"K54", "x":5, "y":5, "w":2.25}, {"label":"K56", "x":7.75, "y":5}, - {"Label":"K57", "x":8.75, "y":5}, + {"label":"K57", "x":8.75, "y":5}, {"label":"K58", "x":9.75, "y":5}, {"label":"K59", "x":10.75, "y":5}, {"label":"K510", "x":13, "y":5, "w":2}, -- cgit v1.2.3 From 7161d650705afb86b0874d95d72d15cf134f4148 Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Tue, 9 Feb 2021 09:49:05 -0800 Subject: Remove FAUXCLICKY feature (deprecated) (#11829) --- keyboards/flehrad/downbubble/rules.mk | 1 - 1 file changed, 1 deletion(-) (limited to 'keyboards/flehrad/downbubble') diff --git a/keyboards/flehrad/downbubble/rules.mk b/keyboards/flehrad/downbubble/rules.mk index 39fa656c61..0d85f98c41 100644 --- a/keyboards/flehrad/downbubble/rules.mk +++ b/keyboards/flehrad/downbubble/rules.mk @@ -29,4 +29,3 @@ MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config) UNICODE_ENABLE = no # Unicode BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID AUDIO_ENABLE = no # Audio output on port C6 -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches -- cgit v1.2.3