diff options
| -rw-r--r-- | keyboards/planck/config.h | 2 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/default/keymap.c | 2 | ||||
| -rw-r--r-- | keyboards/planck/rules.mk | 4 | ||||
| -rw-r--r-- | quantum/quantum.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h index ebaf3fb64..c8f4377f0 100644 --- a/keyboards/planck/config.h +++ b/keyboards/planck/config.h | |||
| @@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 23 | /* USB Device descriptor parameter */ | 23 | /* USB Device descriptor parameter */ |
| 24 | #define VENDOR_ID 0xFEED | 24 | #define VENDOR_ID 0xFEED |
| 25 | #define PRODUCT_ID 0x6060 | 25 | #define PRODUCT_ID 0x6060 |
| 26 | #define MANUFACTURER Ortholinear Keyboards | 26 | #define MANUFACTURER OLKB |
| 27 | #define PRODUCT The Planck Keyboard | 27 | #define PRODUCT The Planck Keyboard |
| 28 | #define DESCRIPTION A compact ortholinear keyboard | 28 | #define DESCRIPTION A compact ortholinear keyboard |
| 29 | 29 | ||
diff --git a/keyboards/planck/keymaps/default/keymap.c b/keyboards/planck/keymaps/default/keymap.c index f71a2b59b..2cfc1330e 100644 --- a/keyboards/planck/keymaps/default/keymap.c +++ b/keyboards/planck/keymaps/default/keymap.c | |||
| @@ -163,7 +163,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 163 | * `-----------------------------------------------------------------------------------' | 163 | * `-----------------------------------------------------------------------------------' |
| 164 | */ | 164 | */ |
| 165 | [_ADJUST] = { | 165 | [_ADJUST] = { |
| 166 | {_______, RESET, _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL }, | 166 | {_______, RESET, DEBUG, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL }, |
| 167 | {_______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, PLOVER, _______}, | 167 | {_______, _______, MU_MOD, AU_ON, AU_OFF, AG_NORM, AG_SWAP, QWERTY, COLEMAK, DVORAK, PLOVER, _______}, |
| 168 | {_______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, _______, _______, _______, _______}, | 168 | {_______, MUV_DE, MUV_IN, MU_ON, MU_OFF, MI_ON, MI_OFF, _______, _______, _______, _______, _______}, |
| 169 | {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______} | 169 | {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______} |
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 8f8477c18..32a9a26c7 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk | |||
| @@ -53,10 +53,10 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 | |||
| 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) | 53 | BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) |
| 54 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) | 54 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 55 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 56 | CONSOLE_ENABLE = no # Console for debug(+400) | 56 | CONSOLE_ENABLE = yes # Console for debug(+400) |
| 57 | COMMAND_ENABLE = no # Commands for debug and configuration | 57 | COMMAND_ENABLE = no # Commands for debug and configuration |
| 58 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 58 | NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 59 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 59 | BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality |
| 60 | MIDI_ENABLE = yes # MIDI controls | 60 | MIDI_ENABLE = yes # MIDI controls |
| 61 | AUDIO_ENABLE = yes # Audio output on port C6 | 61 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 62 | UNICODE_ENABLE = no # Unicode | 62 | UNICODE_ENABLE = no # Unicode |
diff --git a/quantum/quantum.c b/quantum/quantum.c index 65213eaea..87975ef99 100644 --- a/quantum/quantum.c +++ b/quantum/quantum.c | |||
| @@ -253,8 +253,8 @@ bool process_record_quantum(keyrecord_t *record) { | |||
| 253 | break; | 253 | break; |
| 254 | case DEBUG: | 254 | case DEBUG: |
| 255 | if (record->event.pressed) { | 255 | if (record->event.pressed) { |
| 256 | print("\nDEBUG: enabled.\n"); | ||
| 257 | debug_enable = true; | 256 | debug_enable = true; |
| 257 | print("DEBUG: enabled.\n"); | ||
| 258 | } | 258 | } |
| 259 | return false; | 259 | return false; |
| 260 | break; | 260 | break; |
