]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
update planck stuff
authorJack Humbert <jack.humb@gmail.com>
Wed, 6 Sep 2017 16:19:40 +0000 (12:19 -0400)
committerJack Humbert <jack.humb@gmail.com>
Wed, 6 Sep 2017 16:19:40 +0000 (12:19 -0400)
keyboards/planck/config.h
keyboards/planck/keymaps/default/keymap.c
keyboards/planck/rules.mk
quantum/quantum.c

index ebaf3fb641a4eff6cd97c15eb64e86f4dc63543a..c8f4377f0af95faeee091f528828e957d044ee3f 100644 (file)
@@ -23,7 +23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 /* USB Device descriptor parameter */
 #define VENDOR_ID       0xFEED
 #define PRODUCT_ID      0x6060
-#define MANUFACTURER    Ortholinear Keyboards
+#define MANUFACTURER    OLKB
 #define PRODUCT         The Planck Keyboard
 #define DESCRIPTION     A compact ortholinear keyboard
 
index f71a2b59b9cf49eccdb0bad99c4c2a11eac43193..2cfc1330e8062d458c17bca17a7b873d8ef2396a 100644 (file)
@@ -163,7 +163,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
  * `-----------------------------------------------------------------------------------'
  */
 [_ADJUST] = {
-  {_______, RESET,   _______, _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL },
+  {_______, RESET,   DEBUG,   _______, _______, _______, _______, _______, _______, _______, _______, KC_DEL },
   {_______, _______, MU_MOD,  AU_ON,   AU_OFF,  AG_NORM, AG_SWAP, QWERTY,  COLEMAK, DVORAK,  PLOVER,  _______},
   {_______, MUV_DE,  MUV_IN,  MU_ON,   MU_OFF,  MI_ON,   MI_OFF,  _______, _______, _______, _______, _______},
   {_______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______, _______}
index 8f8477c18ab9e4f34ab8c50341d2cf8ada2ec819..32a9a26c75d1d8e5da7c8cd4ce06b051cd8f5856 100644 (file)
@@ -53,10 +53,10 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
-CONSOLE_ENABLE = no         # Console for debug(+400)
+CONSOLE_ENABLE = yes         # Console for debug(+400)
 COMMAND_ENABLE = no        # Commands for debug and configuration
 NKRO_ENABLE = no            # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
-BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
+BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
 MIDI_ENABLE = yes            # MIDI controls
 AUDIO_ENABLE = yes           # Audio output on port C6
 UNICODE_ENABLE = no         # Unicode
index 65213eaea7b369f901c4a3679a35077ea892ba21..87975ef99bcbd399457a0d52071d1dc6ac6c3518 100644 (file)
@@ -253,8 +253,8 @@ bool process_record_quantum(keyrecord_t *record) {
       break;
     case DEBUG:
       if (record->event.pressed) {
-          print("\nDEBUG: enabled.\n");
           debug_enable = true;
+          print("DEBUG: enabled.\n");
       }
          return false;
       break;