diff options
author | vin <git@vineetk.net> | 2023-10-16 15:48:42 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-16 22:55:32 -0400 |
commit | 0d084a0a3e412154cc4a9bea554acf9f43562803 (patch) | |
tree | c6f02b3e7c93f1258ca5b93626414059d881705f /keyboards/crkbd/keymaps/workman/rules.mk | |
parent | 7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (diff) |
replace colemad with workman
TODO: Think of ways to use oneshot and tap-dances
Diffstat (limited to 'keyboards/crkbd/keymaps/workman/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/workman/rules.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/workman/rules.mk b/keyboards/crkbd/keymaps/workman/rules.mk new file mode 100644 index 0000000000..804d695e03 --- /dev/null +++ b/keyboards/crkbd/keymaps/workman/rules.mk @@ -0,0 +1,11 @@ +RGB_MATRIX_ENABLE = no +RGBLIGHT_ENABLE = no +SPLIT_KEYBOARD = yes +TAP_DANCE_ENABLE = no +MOUSEKEY_ENABLE = no +OLED_ENABLE = yes + +# Link Time Optimization (Reduces compiled size) +LTO_ENABLE = yes + +SRC += ./process_records.c ./oled.c |