forked from forks/qmk_firmware
8a9c19ee93
* Feat: Create personal ergodox keymap * FEAT: Update bpruitt-goddard keymap with custom layout * Fix: Remove unused pieces from bpruitt-goddard keyboard * Feat: Add QWERTY layer to bpruitt-goddard ergodox keymap * Refactor: Remove unused layers from bpruitt-goddard keymap * Fix: Update base layer for bpruitt-goddard keymap * Fix: Remove un-reachable key combo from FN layer * Fix: Rename FN layer to numpad layer * Feat: Create one-shot modifier layer for mac os use * Doc: Update readme to reflect my keymap * Feat: Add mac desktop space switching * feat: Update keymap layers to use ergodox pretty format
16 lines
646 B
Makefile
16 lines
646 B
Makefile
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
|
NKRO_ENABLE = yes # USB Nkey Rollover - for issues, see github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
ONEHAND_ENABLE = yes # Allow swapping hands of keyboard
|
|
KEY_LOCK_ENABLE = yes # Enable the KC_LOCK key
|
|
TAP_DANCE_ENABLE = yes # Enable the tap dance feature.
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
UNICODE_ENABLE = no
|
|
SLEEP_LED_ENABLE = no
|
|
API_SYSEX_ENABLE = no
|
|
RGBLIGHT_ENABLE = no
|
|
RGBLIGHT_ANIMATION = no
|