[Keymap] Update to oeywil's keymap (#5614)

* Switched to grid, added leader key and space cadet shift

* renamed layer, removed sound

* fixed comment

* added comment

* Added tap dance

* Added comments

* removed useless sound

* removed useless comments

* removed useless cases

* changed to register_code16 function

* renamed variables

* fixed typo

* fixed indentation
This commit is contained in:
Øyvind Wilhelmsen
2019-04-17 20:07:19 +02:00
committed by Drashna Jaelre
parent 4cd3afc7e9
commit f05927a2f0
6 changed files with 371 additions and 151 deletions
+6 -7
View File
@@ -1,7 +1,4 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
#include "config_common.h"
#pragma once
#ifdef AUDIO_ENABLE
#define STARTUP_SONG SONG(PLANCK_SOUND)
@@ -32,7 +29,9 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 2
// Most tactile encoders have detents every 4 stages
#define ENCODER_RESOLUTION 4
// Leader Key
#define LEADER_TIMEOUT 250
#define LEADER_PER_KEY_TIMING
#endif
// Tap dance
#define TAPPING_TERM 200