6dc2d5956f
Pulled some functionality from the endgame keymap for the Drop Ctrl. * very shortened version of the Endgame keymap * fixed pictures * fixed link * fixed link * fix files * add GREEN RGB * fixed GREEN RGB * not supposed to be in my fork... * wasn't supposed to be in my fork. * I have fixed the layer 0 RGB Settings; you can now apply layer using "COLOR" in the layout template. * I've renamed to pregame, fixed several files * added Underglow RGB layout, changed def ault RGB color * fixed the color of the default profile like i want it * Added IRL Photo * Update keymap.c disabled debugging. * Update keymap.c * Update config.h * Update README.md * Update keymap.h * Changed some settings on rules for clean up. * Changed some settings on rules for clean up. * fixed some errors, cleaned things up * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Fixed changes recommended by Fauxpark * Added changes recommended by fauxpark * trying to fix my repo * Still trying to fix merge issues * changed to lowercase * Delete reading.md * Trying to rebase my repo * stuck in rebase loop trying to fix local files and update * updating readme file
15 lines
827 B
Makefile
15 lines
827 B
Makefile
# RGBLIGHT_ENABLE = no # Not for MD boards. This is here in case you forget.
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
BOOTMAGIC_ENABLE = no
|
|
# AUTO_SHIFT_ENABLE = yes # Auto Shift
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
DYNAMIC_MACRO_ENABLE = no # Dynamic macro recording and play
|
|
MOUSEKEY_ENABLE = no # Enable mouse control keycodes. Increases firmware size.
|
|
TAP_DANCE_ENABLE = no # Enable tap dance keys
|
|
CONSOLE_ENABLE = no # Enable debugging console. Increases firmware size.
|
|
TERMINAL_ENABLE = no
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
# RAW_ENABLE = yes # Raw HID has not yet been implemented for this keyboard
|
|
# COMBO_ENABLE # Key combo feature
|
|
# LEADER_ENABLE # Enable leader key chording
|