diff options
Diffstat (limited to 'keyboards/redscarf_i')
-rw-r--r-- | keyboards/redscarf_i/info.json | 4 | ||||
-rw-r--r-- | keyboards/redscarf_i/rules.mk | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/redscarf_i/info.json b/keyboards/redscarf_i/info.json index a2ea71f3a2..3bf1ae6934 100644 --- a/keyboards/redscarf_i/info.json +++ b/keyboards/redscarf_i/info.json @@ -5,7 +5,6 @@ "width": 4, "layouts": { "LAYOUT_ortho_5x4": { - "height": 5, "key_count": 20, "layout": [ {"x":0, "y":0}, @@ -31,7 +30,6 @@ ] }, "LAYOUT_ortho_6x4": { - "height": 6, "key_count": 24, "layout": [ {"x":0, "y":0}, @@ -61,7 +59,6 @@ ] }, "LAYOUT_numpad_5x4": { - "height": 5, "key_count": 17, "layout": [ {"x":0, "y":0}, @@ -84,7 +81,6 @@ ] }, "LAYOUT_numpad_6x4": { - "height": 6, "key_count": 21, "layout": [ {"x":0, "y":0}, diff --git a/keyboards/redscarf_i/rules.mk b/keyboards/redscarf_i/rules.mk index ef09cd189c..852aec83b4 100644 --- a/keyboards/redscarf_i/rules.mk +++ b/keyboards/redscarf_i/rules.mk @@ -26,7 +26,6 @@ RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow MIDI_ENABLE = no # MIDI support 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 UNICODE_ENABLE = no # Unicode LAYOUTS = ortho_5x4 ortho_6x4 numpad_5x4 numpad_6x4 |