core: Add unimap support
This commit is contained in:
parent
1b5266cb6e
commit
e84a5981e3
6 changed files with 333 additions and 8 deletions
|
|
@ -24,10 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#include "action.h"
|
||||
|
||||
|
||||
/* Keymapping with 16bit action codes */
|
||||
extern const action_t actionmaps[][MATRIX_ROWS][MATRIX_COLS];
|
||||
|
||||
|
||||
/* Modified key */
|
||||
#define AC_c(kc) ACTION_MODS_KEY(MOD_LCTL, KC_##kc)
|
||||
#define AC_s(kc) ACTION_MODS_KEY(MOD_LSFT, KC_##kc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue