summaryrefslogtreecommitdiff
path: root/aktersnurra/charybdis/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'aktersnurra/charybdis/keymap.c')
-rw-r--r--aktersnurra/charybdis/keymap.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/aktersnurra/charybdis/keymap.c b/aktersnurra/charybdis/keymap.c
index ef660a0..b494fe4 100644
--- a/aktersnurra/charybdis/keymap.c
+++ b/aktersnurra/charybdis/keymap.c
@@ -1,14 +1,6 @@
-// this is the style you want to emulate.
-// This is the canonical layout file for the Quantum project. If you want to add another keyboard,
-
#include QMK_KEYBOARD_H
#include "../sftrp.c"
-// Each layer gets a name for readability, which is then used in the keymap matrix below.
-// The underscores don't mean anything - you can have a layer called STUFF or any other name.
-// Layer names don't all need to be of the same length, obviously, and you can also skip them
-// entirely and just use numbers.
-
#define KC_HA GUI_T(KC_A)
#define KC_HR ALT_T(KC_R)
#define KC_HS CTL_T(KC_S)
@@ -30,7 +22,7 @@
enum { _COLEMAK_DH, _NAV, _NUM, _SYM, _FUN, _MEDIA, } layers;
enum td_keycodes {
- SFT_RP, // `LSFT` when held, `)` when tapped.
+ SFT_RP,
};
tap_dance_action_t tap_dance_actions[] = {