summaryrefslogtreecommitdiff
path: root/keyboards/kbd6x/keymaps/default
diff options
context:
space:
mode:
authorChris <38164944+ChrisUC@users.noreply.github.com>2018-10-15 12:41:43 -0500
committerDrashna Jaelre <drashna@live.com>2018-10-15 10:41:43 -0700
commit47e29754c215d02af39f3ee6158d4d6b76a7bffc (patch)
treed8151cf73428687fb9b54d8e0e7485a15deaee58 /keyboards/kbd6x/keymaps/default
parentec86141a4a558fc51b9ebfdcb14106b8a8d051d5 (diff)
Keymap: added default layout to the kbd6x for the tofu hhkb (#4132)
* added layouts * fixed * might aswell fix the default layout aswell
Diffstat (limited to 'keyboards/kbd6x/keymaps/default')
-rw-r--r--keyboards/kbd6x/keymaps/default/keymap.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/keyboards/kbd6x/keymaps/default/keymap.c b/keyboards/kbd6x/keymaps/default/keymap.c
index fd73b1445f..00adbf8873 100644
--- a/keyboards/kbd6x/keymaps/default/keymap.c
+++ b/keyboards/kbd6x/keymaps/default/keymap.c
@@ -33,25 +33,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
),
};
-const uint16_t PROGMEM fn_actions[] = {
-
-};
-
-const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt)
-{
- // MACRODOWN only works in this function
- switch(id) {
- case 0:
- if (record->event.pressed) {
- register_code(KC_RSFT);
- } else {
- unregister_code(KC_RSFT);
- }
- break;
- }
- return MACRO_NONE;
-};
-
void matrix_init_user(void) {