Skip to content

Commit

Permalink
Keymap: Updated files to work with Planck Rev. 6 (#4552)
Browse files Browse the repository at this point in the history
* Update to work with Planck Rev. 6

Still something that needs to be worked with under keymap.c

Qwerty layer tap-toggle function seems to be a little laggy? Not instantaneous

* Changes

Deleted some unneeded lines

* deleting unneeded lines
  • Loading branch information
navigatorade authored and drashna committed Dec 5, 2018
1 parent 04de053 commit fd0f782
Show file tree
Hide file tree
Showing 3 changed files with 124 additions and 182 deletions.
31 changes: 26 additions & 5 deletions keyboards/planck/keymaps/navi/config.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#pragma once

#include "config_common.h"
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
// #define STARTUP_SONG SONG(NO_SOUND)

#define DEFAULT_LAYER_SONGS { SONG(QWERTY_SOUND), \
SONG(COLEMAK_SOUND), \
SONG(DVORAK_SOUND) \
}
#endif

/*
* MIDI options
Expand All @@ -13,7 +20,7 @@
/* enable basic MIDI features:
- MIDI notes can be sent when in Music mode is on
*/

#define MIDI_BASIC

/* enable advanced MIDI features:
Expand All @@ -27,4 +34,18 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 2

#endif
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4

#define MOUSEKEY_INTERVAL 16

#define MOUSEKEY_DELAY 0

#define MOUSEKEY_TIME_TO_MAX 60

#define MOUSEKEY_MAX_SPEED 7

#define MOUSEKEY_WHEEL_DELAY 0

#define TAPPING_TERM 80
#define TAPPING_TOGGLE 2
Loading

0 comments on commit fd0f782

Please sign in to comment.