diff options
author | csc027 <csc_dev@protonmail.com> | 2022-08-07 19:40:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-07 20:40:16 +0100 |
commit | 4267f0e0d4b4fb4d4954405d156ebe6c50de48b1 (patch) | |
tree | 379dcb7983a9cfd9560ab4302a520eb2fb2bfc7d /keyboards/planck | |
parent | 5ecd745514c4832f1082a81d30a209e47513aded (diff) | |
download | qmk_firmware-4267f0e0d4b4fb4d4954405d156ebe6c50de48b1.tar.gz qmk_firmware-4267f0e0d4b4fb4d4954405d156ebe6c50de48b1.zip |
csc027/keymap-updates (#17881)
* Reverted to most usable configuration for RDP usage.
* Added some HSV color definitions without the value portion to allow using the existing value.
* Switched to using HSV and HS color definitions.
* Added media keys to the convenience layer.
* Updated make rules to enable media keys.
* Cleaned up planck make rules.
Diffstat (limited to 'keyboards/planck')
-rw-r--r-- | keyboards/planck/keymaps/csc027/config.h | 7 | ||||
-rw-r--r-- | keyboards/planck/keymaps/csc027/rules.mk | 6 |
2 files changed, 4 insertions, 9 deletions
diff --git a/keyboards/planck/keymaps/csc027/config.h b/keyboards/planck/keymaps/csc027/config.h index a3b69beb5a..2a620db279 100644 --- a/keyboards/planck/keymaps/csc027/config.h +++ b/keyboards/planck/keymaps/csc027/config.h @@ -19,10 +19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define NO_ACTION_MACRO #define NO_ACTION_FUNCTION - -#define USB_POLLING_INTERVAL_MS 1 - -#if defined(TAP_CODE_DELAY) -# undef TAP_CODE_DELAY -#endif -#define TAP_CODE_DELAY 10 diff --git a/keyboards/planck/keymaps/csc027/rules.mk b/keyboards/planck/keymaps/csc027/rules.mk index d6b6894bf1..0c35b2c28f 100644 --- a/keyboards/planck/keymaps/csc027/rules.mk +++ b/keyboards/planck/keymaps/csc027/rules.mk @@ -1,6 +1,8 @@ -BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite +BOOTMAGIC_ENABLE = no COMMAND_ENABLE = no CONSOLE_ENABLE = no -EXTRAKEY_ENABLE = no +EXTRAKEY_ENABLE = yes LTO_ENABLE = no +MOUSEKEY_ENABLE = yes +NKRO_ENABLE = yes RGBLIGHT_ENABLE = no |