#define DE_CARET &kp LS(LA(N6)) // ^

This commit is contained in:
Chow Castro, Marcos 2022-09-24 18:58:26 +02:00
parent 01c75c7468
commit 32701a71fc
2 changed files with 2 additions and 2 deletions

View file

@ -139,6 +139,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*
*/
// Row 1
#define DE_CARET &kp LS(LA(N6)) // ^
#define DE_CIRC &kp GRAVE // ^ (dead)
#define DE_1 &kp N1 // 1
#define DE_2 &kp N2 // 2
@ -367,5 +368,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define DE_RBRC &kp RA(N0) // } DE_RCBR
// #define DE_APOS &kp PIPE // ' DE_QUOT
// #define DE_CARET &kp HASH // ^ TODO: DE_CIRC
// vim: fdm=marker: