diff options
author | Jacob Jerrell <jacob.jerrell@gmail.com> | 2020-12-06 00:30:27 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-06 17:30:27 +1100 |
commit | 3076f86dc11d346d07c63e5fb11702817d7034e7 (patch) | |
tree | ebf9b4f3dd89366069f2123a0c984692c3d98e52 /layouts/community/ergodox/bocaj/rules.mk | |
parent | 6b1f96dca8b1218c0e3de6ef23dbde107f8c4588 (diff) | |
download | qmk_firmware-3076f86dc11d346d07c63e5fb11702817d7034e7.tar.gz qmk_firmware-3076f86dc11d346d07c63e5fb11702817d7034e7.zip |
Bocaj - Third Annual Refactor (Redux) (#10295)
* Reset everything to upstream, reapply Bocaj changes
* Bocaj - address PR comments
* Just in time changes
* Bocaj - Several adjustments after using the layout for a while
Diffstat (limited to 'layouts/community/ergodox/bocaj/rules.mk')
-rw-r--r-- | layouts/community/ergodox/bocaj/rules.mk | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/layouts/community/ergodox/bocaj/rules.mk b/layouts/community/ergodox/bocaj/rules.mk index aa67ad9e21..88eaf39f8e 100644 --- a/layouts/community/ergodox/bocaj/rules.mk +++ b/layouts/community/ergodox/bocaj/rules.mk @@ -1,11 +1,14 @@ -AUTO_SHIFT_ENABLE = no -COMMAND_ENABLE = no -SWAP_HANDS_ENABLE = no -TAP_DANCE_ENABLE = yes -EXTRAKEY_ENABLE = no -KEY_LOCK_ENABLE = yes -LEADER_ENABLE = yes +BOOTMAGIC_ENABLE = yes +TAP_DANCE_ENABLE = no +COMMAND_ENABLE = no # Commands for debug and configuration +CONSOLE_ENABLE = yes +SPACE_CADET_ENABLE = no +KEY_LOCK_ENABLE = yes +MOUSEKEY_ENABLE = yes +EXTRAKEY_ENABLE = yes +LEADER_ENABLE = yes -UNICODE_ENABLE = yes -UNICODEMAP_ENABLE = no -UCIS_ENABLE = no +UNICODE_ENABLE = no +UNICODEMAP_ENABLE = no +RGB_MATRIX_ENABLE = no +RGBLIGHT_ENABLE = no |