Merge pull request #172 from plgruener/pr1
add missing keys to keymap_neo2.h
This commit is contained in:
commit
ccf848917b
|
@ -35,6 +35,25 @@
|
||||||
#define NEO_UE DE_Y
|
#define NEO_UE DE_Y
|
||||||
#define NEO_SS DE_UE
|
#define NEO_SS DE_UE
|
||||||
|
|
||||||
|
#define NEO_DOT DE_DOT
|
||||||
|
#define NEO_COMM DE_COMM
|
||||||
|
|
||||||
|
#define NEO_1 DE_1
|
||||||
|
#define NEO_2 DE_2
|
||||||
|
#define NEO_3 DE_3
|
||||||
|
#define NEO_4 DE_4
|
||||||
|
#define NEO_5 DE_5
|
||||||
|
#define NEO_6 DE_6
|
||||||
|
#define NEO_7 DE_7
|
||||||
|
#define NEO_8 DE_8
|
||||||
|
#define NEO_9 DE_9
|
||||||
|
#define NEO_0 DE_0
|
||||||
|
#define NEO_MINS DE_SS
|
||||||
|
|
||||||
|
#define NEO_ACUT DE_PLUS
|
||||||
|
#define NEO_GRV DE_ACUT
|
||||||
|
#define NEO_CIRC DE_CIRC
|
||||||
|
|
||||||
#define NEO_L1_L KC_CAPS
|
#define NEO_L1_L KC_CAPS
|
||||||
#define NEO_L1_R DE_HASH
|
#define NEO_L1_R DE_HASH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue