diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-26 06:27:00 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-26 06:27:00 +0000 |
commit | 9f5b71bada16b0c5f97077f472451e41f4c04ee5 (patch) | |
tree | 7f4a304202b084211f545c7ba76cece1e8930908 /keyboards/crkbd/keymaps/ollyhayes/rules.mk | |
parent | 9825b66cac4bc930f9861f32484b04209eae6280 (diff) | |
parent | 77e48f5b7e34722382f9fe92881f1d419d05b5fe (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/crkbd/keymaps/ollyhayes/rules.mk')
-rw-r--r-- | keyboards/crkbd/keymaps/ollyhayes/rules.mk | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/keyboards/crkbd/keymaps/ollyhayes/rules.mk b/keyboards/crkbd/keymaps/ollyhayes/rules.mk new file mode 100644 index 0000000000..2dcd9007e5 --- /dev/null +++ b/keyboards/crkbd/keymaps/ollyhayes/rules.mk @@ -0,0 +1,17 @@ +SRC += oled.c + +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 + +EXTRAKEY_ENABLE = yes +UNICODE_ENABLE = yes + +RGBLIGHT_ENABLE = no +RGB_MATRIX_ENABLE = yes +# RGB_MATRIX_CUSTOM_USER = yes + +VIRTSER_ENABLE = yes + +LTO_ENABLE = yes + +MOUSEKEY_ENABLE = no |