diff options
author | QMK Bot <hello@qmk.fm> | 2022-07-20 00:56:25 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-07-20 00:56:25 +0000 |
commit | fa44f2b21e7d2ecc198ccb3fb07564ae9e3f9f7d (patch) | |
tree | 61846bde90d80773100ba1d734745b1033e4e276 /keyboards/sofle/keymaps/michal/rules.mk | |
parent | 12eb6444c67456d522c815120de8eed431ead2f8 (diff) | |
parent | 00c8e24c6a10e80588bd6c47cda2c67351b2948e (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/sofle/keymaps/michal/rules.mk')
-rw-r--r-- | keyboards/sofle/keymaps/michal/rules.mk | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/keyboards/sofle/keymaps/michal/rules.mk b/keyboards/sofle/keymaps/michal/rules.mk new file mode 100644 index 0000000000..63f587fd30 --- /dev/null +++ b/keyboards/sofle/keymaps/michal/rules.mk @@ -0,0 +1,22 @@ +BOOTLOADER = atmel-dfu + +OLED_ENABLE = yes +OLED_DRIVER = SSD1306 + +# These are turned off to save space +COMMAND_ENABLE = no +CONSOLE_ENABLE = no +GRAVE_ESC_ENABLE = no +MAGIC_ENABLE = no +SPACE_CADET_ENABLE = no + +# I actually use these features +AUTO_SHIFT_ENABLE = yes +ENCODER_ENABLE = yes +ENCODER_MAP_ENABLE = yes +EXTRAKEY_ENABLE = yes +MIDI_ENABLE = yes +MOUSEKEY_ENABLE = yes + +# More space-saving +LTO_ENABLE = yes
\ No newline at end of file |