From 3efd94014ff363f107c563da623259286dedad1c Mon Sep 17 00:00:00 2001 From: Victor Pivert <76471338+piv3rt@users.noreply.github.com> Date: Thu, 13 May 2021 08:52:55 +0200 Subject: piv3rt keymap for dztech/dz60rgb (#12591) * Create piv3rt's keymap * Use tabs's LED as a caps lock indicator * Fix indentation (tabs -> spaces) * Set inital LED matrix color & mode * Rename layers and add an RGBRST keycode * Disable unused RGB effects * Add RGB profiles * Use ESC's LED as a num lock indicator * Light up the keypad when _NUM layer is active * Realign layers * Remove legacy layer * Fix CAPS key macro * Reduce TAPPING_TERM to 100 * Change the caps LED to red and display the numlock one on special layers * Add french accentuated caps + minor improvements on layers * Remove left numpad * Add french quotation marks * Add key KC_NUBS * Add terminal copy/paste * Disable led profile on wakeup * Change the default color * Add AMD replay and record keys * Add a MacOS layer * Move Numpad * Add GPLv2 license information * Optimise custom RGB matrix * Move keypad toggle and disable MAC led indicator * Remove unnecessary check for RGB matrix --- keyboards/dztech/dz60rgb/keymaps/piv3rt/rules.mk | 1 + 1 file changed, 1 insertion(+) create mode 100644 keyboards/dztech/dz60rgb/keymaps/piv3rt/rules.mk (limited to 'keyboards/dztech/dz60rgb/keymaps/piv3rt/rules.mk') diff --git a/keyboards/dztech/dz60rgb/keymaps/piv3rt/rules.mk b/keyboards/dztech/dz60rgb/keymaps/piv3rt/rules.mk new file mode 100644 index 0000000000..23a7632433 --- /dev/null +++ b/keyboards/dztech/dz60rgb/keymaps/piv3rt/rules.mk @@ -0,0 +1 @@ +NKRO_ENABLE = yes -- cgit v1.2.3