- Modernized Geist's repo
- Converted to data driven json config, nearly emulating what
geist had in default
- still allowed Atmel and RP2040. Compiles for both
- added default saegewerk and worked out haptic driver kinks
- had to replace deprecated defines
- Still testing and can't test everything
- only have Saegewerk, not the other three layouts
- only have RP2040
- Also missed soldering the encoder diodes
- not going to test RGBlight
- still need to add my keymap lol
12 lines
No EOL
173 B
Makefile
12 lines
No EOL
173 B
Makefile
EXTRAKEY_ENABLE = yes
|
|
|
|
DYNAMIC_MACRO_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
KEY_OVERRIDE_ENABLE = no
|
|
|
|
#HAPTIC FEEBACK
|
|
HAPTIC_ENABLE = yes
|
|
|
|
RGB_MATRIX_ENABLE = yes
|
|
|
|
MUSIC_ENABLE = yes
|