diff options
author | vin <git@vineetk.net> | 2024-01-15 20:23:48 -0500 |
---|---|---|
committer | vin <git@vineetk.net> | 2024-01-15 20:23:48 -0500 |
commit | 6ceb87a1d071147f0cd86a86fbade8e27c7a2b27 (patch) | |
tree | e1dcd38de10488d9eefeec1618e6decce47fa0d4 /keyboards/crkbd/keymaps/workman/rules.mk | |
parent | a2c86b4053386fbc9a70674802c1157375b10066 (diff) |
merge workman keymap into default, and add toggleable 4th layer
Diffstat (limited to 'keyboards/crkbd/keymaps/workman/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/workman/rules.mk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/crkbd/keymaps/workman/rules.mk b/keyboards/crkbd/keymaps/workman/rules.mk deleted file mode 100644 index 804d695e03..0000000000 --- a/keyboards/crkbd/keymaps/workman/rules.mk +++ /dev/null @@ -1,11 +0,0 @@ -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 |