[Keymap] Corne keyap with tap dance Swedish support (#6857)
* Adding profile for Corne with tap dance Swedish support. * Remove extern keymap_config_t keymap_config as no longer needed * Changed to use tap_code over register_code * Removed persistent_default_layer_set * Moved macros to hvp user space ink tap dance code * Removed not used functions * Moved to an ifbased include statement * Removed not needed characters
This commit is contained in:
parent
9b07098dbd
commit
162dd3fe19
10 changed files with 350 additions and 0 deletions
10
users/hvp/tap_dances.h
Normal file
10
users/hvp/tap_dances.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
#include "hvp.h"
|
||||
|
||||
// Tap Dance Declarations
|
||||
enum tapdance_id
|
||||
{
|
||||
TD1 = 0,
|
||||
TD2,
|
||||
TD3
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue