diff options
| -rw-r--r-- | keyboards/kbdfans/kbd8x/config.h | 104 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd8x/keymaps/default/config.h | 17 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd8x/keymaps/default/keymap.c | 16 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd8x/keymaps/default_backlighting/config.h | 17 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd8x/keymaps/default_backlighting/keymap.c | 16 | ||||
| -rw-r--r-- | keyboards/kbdfans/kbd8x/rules.mk | 17 |
6 files changed, 7 insertions, 180 deletions
diff --git a/keyboards/kbdfans/kbd8x/config.h b/keyboards/kbdfans/kbd8x/config.h index 92560a9dc..67d155b55 100644 --- a/keyboards/kbdfans/kbd8x/config.h +++ b/keyboards/kbdfans/kbd8x/config.h | |||
| @@ -79,90 +79,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 79 | /* Locking resynchronize hack */ | 79 | /* Locking resynchronize hack */ |
| 80 | #define LOCKING_RESYNC_ENABLE | 80 | #define LOCKING_RESYNC_ENABLE |
| 81 | 81 | ||
| 82 | /* If defined, GRAVE_ESC will always act as ESC when CTRL is held. | ||
| 83 | * This is userful for the Windows task manager shortcut (ctrl+shift+esc). | ||
| 84 | */ | ||
| 85 | // #define GRAVE_ESC_CTRL_OVERRIDE | ||
| 86 | |||
| 87 | /* | ||
| 88 | * Force NKRO | ||
| 89 | * | ||
| 90 | * Force NKRO (nKey Rollover) to be enabled by default, regardless of the saved | ||
| 91 | * state in the bootmagic EEPROM settings. (Note that NKRO must be enabled in the | ||
| 92 | * makefile for this to work.) | ||
| 93 | * | ||
| 94 | * If forced on, NKRO can be disabled via magic key (default = LShift+RShift+N) | ||
| 95 | * until the next keyboard reset. | ||
| 96 | * | ||
| 97 | * NKRO may prevent your keystrokes from being detected in the BIOS, but it is | ||
| 98 | * fully operational during normal computer usage. | ||
| 99 | * | ||
| 100 | * For a less heavy-handed approach, enable NKRO via magic key (LShift+RShift+N) | ||
| 101 | * or via bootmagic (hold SPACE+N while plugging in the keyboard). Once set by | ||
| 102 | * bootmagic, NKRO mode will always be enabled until it is toggled again during a | ||
| 103 | * power-up. | ||
| 104 | * | ||
| 105 | */ | ||
| 106 | //#define FORCE_NKRO | ||
| 107 | |||
| 108 | /* | ||
| 109 | * Magic Key Options | ||
| 110 | * | ||
| 111 | * Magic keys are hotkey commands that allow control over firmware functions of | ||
| 112 | * the keyboard. They are best used in combination with the HID Listen program, | ||
| 113 | * found here: https://www.pjrc.com/teensy/hid_listen.html | ||
| 114 | * | ||
| 115 | * The options below allow the magic key functionality to be changed. This is | ||
| 116 | * useful if your keyboard/keypad is missing keys and you want magic key support. | ||
| 117 | * | ||
| 118 | */ | ||
| 119 | |||
| 120 | /* control how magic key switches layers */ | ||
| 121 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS true | ||
| 122 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS true | ||
| 123 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM false | ||
| 124 | |||
| 125 | /* override magic key keymap */ | ||
| 126 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS | ||
| 127 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS | ||
| 128 | //#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM | ||
| 129 | //#define MAGIC_KEY_HELP1 H | ||
| 130 | //#define MAGIC_KEY_HELP2 SLASH | ||
| 131 | //#define MAGIC_KEY_DEBUG D | ||
| 132 | //#define MAGIC_KEY_DEBUG_MATRIX X | ||
| 133 | //#define MAGIC_KEY_DEBUG_KBD K | ||
| 134 | //#define MAGIC_KEY_DEBUG_MOUSE M | ||
| 135 | //#define MAGIC_KEY_VERSION V | ||
| 136 | //#define MAGIC_KEY_STATUS S | ||
| 137 | //#define MAGIC_KEY_CONSOLE C | ||
| 138 | //#define MAGIC_KEY_LAYER0_ALT1 ESC | ||
| 139 | //#define MAGIC_KEY_LAYER0_ALT2 GRAVE | ||
| 140 | //#define MAGIC_KEY_LAYER0 0 | ||
| 141 | //#define MAGIC_KEY_LAYER1 1 | ||
| 142 | //#define MAGIC_KEY_LAYER2 2 | ||
| 143 | //#define MAGIC_KEY_LAYER3 3 | ||
| 144 | //#define MAGIC_KEY_LAYER4 4 | ||
| 145 | //#define MAGIC_KEY_LAYER5 5 | ||
| 146 | //#define MAGIC_KEY_LAYER6 6 | ||
| 147 | //#define MAGIC_KEY_LAYER7 7 | ||
| 148 | //#define MAGIC_KEY_LAYER8 8 | ||
| 149 | //#define MAGIC_KEY_LAYER9 9 | ||
| 150 | //#define MAGIC_KEY_BOOTLOADER PAUSE | ||
| 151 | //#define MAGIC_KEY_LOCK CAPS | ||
| 152 | //#define MAGIC_KEY_EEPROM E | ||
| 153 | //#define MAGIC_KEY_NKRO N | ||
| 154 | //#define MAGIC_KEY_SLEEP_LED Z | ||
| 155 | |||
| 156 | /* | ||
| 157 | * Feature disable options | ||
| 158 | * These options are also useful to firmware size reduction. | ||
| 159 | */ | ||
| 160 | |||
| 161 | /* disable debug print */ | ||
| 162 | //#define NO_DEBUG | ||
| 163 | |||
| 164 | /* disable print */ | ||
| 165 | //#define NO_PRINT | ||
| 166 | 82 | ||
| 167 | /* disable action features */ | 83 | /* disable action features */ |
| 168 | //#define NO_ACTION_LAYER | 84 | //#define NO_ACTION_LAYER |
| @@ -170,23 +86,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 170 | //#define NO_ACTION_ONESHOT | 86 | //#define NO_ACTION_ONESHOT |
| 171 | //#define NO_ACTION_MACRO | 87 | //#define NO_ACTION_MACRO |
| 172 | //#define NO_ACTION_FUNCTION | 88 | //#define NO_ACTION_FUNCTION |
| 173 | |||
| 174 | /* | ||
| 175 | * MIDI options | ||
| 176 | */ | ||
| 177 | |||
| 178 | /* enable basic MIDI features: | ||
| 179 | - MIDI notes can be sent when in Music mode is on | ||
| 180 | */ | ||
| 181 | //#define MIDI_BASIC | ||
| 182 | |||
| 183 | /* enable advanced MIDI features: | ||
| 184 | - MIDI notes can be added to the keymap | ||
| 185 | - Octave shift and transpose | ||
| 186 | - Virtual sustain, portamento, and modulation wheel | ||
| 187 | - etc. | ||
| 188 | */ | ||
| 189 | //#define MIDI_ADVANCED | ||
| 190 | |||
| 191 | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||
| 192 | //#define MIDI_TONE_KEYCODE_OCTAVES 1 | ||
diff --git a/keyboards/kbdfans/kbd8x/keymaps/default/config.h b/keyboards/kbdfans/kbd8x/keymaps/default/config.h deleted file mode 100644 index fa7db0bc1..000000000 --- a/keyboards/kbdfans/kbd8x/keymaps/default/config.h +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | /* Copyright 2017 MechMerlin | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
diff --git a/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c b/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c index 6d87bc889..b3294b042 100644 --- a/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c +++ b/keyboards/kbdfans/kbd8x/keymaps/default/keymap.c | |||
| @@ -34,19 +34,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 34 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), | 34 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), |
| 35 | 35 | ||
| 36 | }; | 36 | }; |
| 37 | |||
| 38 | void matrix_init_user(void) { | ||
| 39 | |||
| 40 | } | ||
| 41 | |||
| 42 | void matrix_scan_user(void) { | ||
| 43 | |||
| 44 | } | ||
| 45 | |||
| 46 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 47 | return true; | ||
| 48 | } | ||
| 49 | |||
| 50 | void led_set_user(uint8_t usb_led) { | ||
| 51 | |||
| 52 | } | ||
diff --git a/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/config.h b/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/config.h deleted file mode 100644 index fa7db0bc1..000000000 --- a/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/config.h +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | /* Copyright 2017 MechMerlin | ||
| 2 | * | ||
| 3 | * This program is free software: you can redistribute it and/or modify | ||
| 4 | * it under the terms of the GNU General Public License as published by | ||
| 5 | * the Free Software Foundation, either version 2 of the License, or | ||
| 6 | * (at your option) any later version. | ||
| 7 | * | ||
| 8 | * This program is distributed in the hope that it will be useful, | ||
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
| 11 | * GNU General Public License for more details. | ||
| 12 | * | ||
| 13 | * You should have received a copy of the GNU General Public License | ||
| 14 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
| 15 | */ | ||
| 16 | |||
| 17 | #pragma once | ||
diff --git a/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/keymap.c b/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/keymap.c index 69b09d0a0..8e47e1d70 100644 --- a/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/keymap.c +++ b/keyboards/kbdfans/kbd8x/keymaps/default_backlighting/keymap.c | |||
| @@ -33,19 +33,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 33 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \ | 33 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, \ |
| 34 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), | 34 | KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS, KC_TRNS), |
| 35 | }; | 35 | }; |
| 36 | |||
| 37 | void matrix_init_user(void) { | ||
| 38 | |||
| 39 | } | ||
| 40 | |||
| 41 | void matrix_scan_user(void) { | ||
| 42 | |||
| 43 | } | ||
| 44 | |||
| 45 | bool process_record_user(uint16_t keycode, keyrecord_t *record) { | ||
| 46 | return true; | ||
| 47 | } | ||
| 48 | |||
| 49 | void led_set_user(uint8_t usb_led) { | ||
| 50 | |||
| 51 | } | ||
diff --git a/keyboards/kbdfans/kbd8x/rules.mk b/keyboards/kbdfans/kbd8x/rules.mk index e177a2558..b1ac31739 100644 --- a/keyboards/kbdfans/kbd8x/rules.mk +++ b/keyboards/kbdfans/kbd8x/rules.mk | |||
| @@ -14,19 +14,16 @@ 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 | # |
| 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration | 17 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration |
| 18 | MOUSEKEY_ENABLE = no # Mouse keys | 18 | MOUSEKEY_ENABLE = no # Mouse keys |
| 19 | EXTRAKEY_ENABLE = yes # Audio control and System control | 19 | EXTRAKEY_ENABLE = yes # Audio control and System control |
| 20 | CONSOLE_ENABLE = yes # Console for debug | 20 | CONSOLE_ENABLE = no # Console for debug |
| 21 | COMMAND_ENABLE = yes # Commands for debug and configuration | 21 | COMMAND_ENABLE = yes # Commands for debug and configuration |
| 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE | 22 | # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE |
| 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend | 23 | SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend |
| 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 24 | # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 25 | NKRO_ENABLE = yes # USB Nkey Rollover | 25 | NKRO_ENABLE = yes # USB Nkey Rollover |
| 26 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality on B7 by default | 26 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow | 27 | RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow |
| 28 | MIDI_ENABLE = no # MIDI support | 28 | BLUETOOTH_ENABLE = no # Enable Bluetooth |
| 29 | UNICODE_ENABLE = no # Unicode | 29 | AUDIO_ENABLE = no # Audio output |
| 30 | BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID | ||
| 31 | AUDIO_ENABLE = no # Audio output on port C6 | ||
| 32 | FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches | ||
