Skip to content

Commit

Permalink
Create cradio.keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
jr5x1 authored Jun 18, 2024
1 parent 8299c33 commit f4e9d0e
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions config/cradio.keymap
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Source keypos definitions
#include "zmk-helpers/key-labels/34.h"

#define KEYS_L LT0 LT1 LT2 LT3 LT4 LM0 LM1 LM2 LM3 LM4 LB0 LB1 LB2 LB3 LB4
#define KEYS_R RT0 RT1 RT2 RT3 RT4 RM0 RM1 RM2 RM3 RM4 RB0 RB1 RB2 RB3 RB4
// #define KEYS_T LH2 LH1 LH0 RH0 RH1 RH2 - from https://github.com/infused-kim/zmk-config/tree/main/config
#define KEYS_T LH1 LH0 RH0 RH1


/* Enable keymap features that require forks or modules */
// #define HAS_UROB

#define HAS_TRI_STATE
#define HAS_MOUSE_KEYS
// #define HAS_MOUSE_TP
// #define HAS_CAPSLOCK

/* source the main keymap */
#include "base.keymap"

0 comments on commit f4e9d0e

Please sign in to comment.