diff options
Diffstat (limited to 'users/cwebster2/rules.mk')
-rw-r--r-- | users/cwebster2/rules.mk | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/users/cwebster2/rules.mk b/users/cwebster2/rules.mk new file mode 100644 index 0000000000..f39d4ebc96 --- /dev/null +++ b/users/cwebster2/rules.mk @@ -0,0 +1,13 @@ +AUTO_SHIFT_ENABLE = no # Enable autoshift +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +CONSOLE_ENABLE = no +BOOTMAGIC_ENABLE = no +GRAVE_ESC_ENABLE = no +CONSOLE_ENABLE = no +SPACE_CADET_ENABLE = no +GRAVE_ESC_ENABLE = no +LTO_ENABLE = yes + +SRC += cwebster2.c +SRC += keycodes.c |