aboutsummaryrefslogtreecommitdiff
path: root/keyboards/kbdfans/kbd8x_mk2
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/kbdfans/kbd8x_mk2')
-rw-r--r--keyboards/kbdfans/kbd8x_mk2/config.h20
-rw-r--r--keyboards/kbdfans/kbd8x_mk2/rules.mk3
2 files changed, 1 insertions, 22 deletions
diff --git a/keyboards/kbdfans/kbd8x_mk2/config.h b/keyboards/kbdfans/kbd8x_mk2/config.h
index 008b6b517..a8ead3fd1 100644
--- a/keyboards/kbdfans/kbd8x_mk2/config.h
+++ b/keyboards/kbdfans/kbd8x_mk2/config.h
@@ -194,26 +194,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
194//#define NO_ACTION_MACRO 194//#define NO_ACTION_MACRO
195//#define NO_ACTION_FUNCTION 195//#define NO_ACTION_FUNCTION
196 196
197/*
198 * MIDI options
199 */
200
201/* enable basic MIDI features:
202 - MIDI notes can be sent when in Music mode is on
203*/
204//#define MIDI_BASIC
205
206/* enable advanced MIDI features:
207 - MIDI notes can be added to the keymap
208 - Octave shift and transpose
209 - Virtual sustain, portamento, and modulation wheel
210 - etc.
211*/
212//#define MIDI_ADVANCED
213
214/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
215//#define MIDI_TONE_KEYCODE_OCTAVES 1
216
217/* Bootmagic Lite key configuration */ 197/* Bootmagic Lite key configuration */
218// #define BOOTMAGIC_LITE_ROW 0 198// #define BOOTMAGIC_LITE_ROW 0
219// #define BOOTMAGIC_LITE_COLUMN 0 199// #define BOOTMAGIC_LITE_COLUMN 0
diff --git a/keyboards/kbdfans/kbd8x_mk2/rules.mk b/keyboards/kbdfans/kbd8x_mk2/rules.mk
index 3bb1ec74e..6524858e4 100644
--- a/keyboards/kbdfans/kbd8x_mk2/rules.mk
+++ b/keyboards/kbdfans/kbd8x_mk2/rules.mk
@@ -14,7 +14,7 @@ BOOTLOADER = atmel-dfu
14# Build Options 14# Build Options
15# change yes to no to disable 15# change yes to no to disable
16# 16#
17BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration 17BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
18MOUSEKEY_ENABLE = yes # Mouse keys 18MOUSEKEY_ENABLE = yes # Mouse keys
19EXTRAKEY_ENABLE = yes # Audio control and System control 19EXTRAKEY_ENABLE = yes # Audio control and System control
20CONSOLE_ENABLE = no # Console for debug 20CONSOLE_ENABLE = no # Console for debug
@@ -25,7 +25,6 @@ SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
25NKRO_ENABLE = yes # USB Nkey Rollover 25NKRO_ENABLE = yes # USB Nkey Rollover
26BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default 26BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default
27RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow 27RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
28MIDI_ENABLE = no # MIDI support
29UNICODE_ENABLE = no # Unicode 28UNICODE_ENABLE = no # Unicode
30BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID 29BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
31AUDIO_ENABLE = no # Audio output on port C6 30AUDIO_ENABLE = no # Audio output on port C6