c19d949b72
* Revamp replicaJunction keymaps Updates both the replicaJunction Ergodox and Atreus keymaps and moves most of the logic into a new user directory. * Cleanup as requested in #3589 * Slightly increased TAPPING_TERM * Fixed typo in #pragma once * Fix TAPPING_TERM redefined in config.h * Add include of replicaJunction.h Due to the tap dance references, without this include, I was getting compiler errors about both internal QMK items like `qk_tap_dance_state_t` and constants defined in my replicaJunction.h file like TD_LAYER_TOGGLE. Also remove some commented-out code that defined an enum which has since moved to replicaJunction.h.
12 lines
176 B
C
12 lines
176 B
C
#pragma once
|
|
|
|
// Layer definitions
|
|
|
|
#define L_COLEMAK 0
|
|
#define L_NUM 1
|
|
#define L_EXTEND 2
|
|
#define L_FUNC 3
|
|
#define L_LL_R 4
|
|
#define L_LL_E 5
|
|
#define L_LL_I 6
|