diff options
Diffstat (limited to 'keyboards/flehrad')
-rw-r--r-- | keyboards/flehrad/bigswitch/info.json | 2 | ||||
-rw-r--r-- | keyboards/flehrad/bigswitch/keymaps/wanleg/config.h | 2 | ||||
-rw-r--r-- | keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk | 1 | ||||
-rw-r--r-- | keyboards/flehrad/downbubble/info.json | 3 | ||||
-rw-r--r-- | keyboards/flehrad/downbubble/rules.mk | 1 |
5 files changed, 2 insertions, 7 deletions
diff --git a/keyboards/flehrad/bigswitch/info.json b/keyboards/flehrad/bigswitch/info.json index 8d3d746f57..37095ade3c 100644 --- a/keyboards/flehrad/bigswitch/info.json +++ b/keyboards/flehrad/bigswitch/info.json @@ -1,8 +1,6 @@ { "keyboard_name": "Bigswitch PCB", - "url": "", "maintainer": "qmk", - "bootloader": "", "width": 4, "height": 4, "layouts": { diff --git a/keyboards/flehrad/bigswitch/keymaps/wanleg/config.h b/keyboards/flehrad/bigswitch/keymaps/wanleg/config.h index 54abb9a6c1..bb638ce599 100644 --- a/keyboards/flehrad/bigswitch/keymaps/wanleg/config.h +++ b/keyboards/flehrad/bigswitch/keymaps/wanleg/config.h @@ -39,4 +39,4 @@ #define QMK_LED B0 // set audio pin -#define C6_AUDIO +#define AUDIO_PIN C6 diff --git a/keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk b/keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk index 75da67fa47..d6c3b1880e 100644 --- a/keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk +++ b/keyboards/flehrad/bigswitch/keymaps/wanleg/rules.mk @@ -12,4 +12,3 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow 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 -FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches 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}, 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 |