Skip to content

Commit

Permalink
fix: add keycodes
Browse files Browse the repository at this point in the history
  • Loading branch information
shotaCoffee committed Dec 9, 2024
1 parent 970b9aa commit d1e4359
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions qmk_firmware/keyboards/keyball/keyball39/keymaps/viamy/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#include "quantum.h"

enum custom_keycodes {
KC_MY_BTN0 = KEYBALL_SAFE_RANGE, // Remap上では 0x5DAF(レイヤー0に遷移できるBTN1)
KC_MY_BTN1, // Remap上では 0x5DB0
KC_MY_BTN2, // Remap上では 0x5DB1
KC_MY_BTN3, // Remap上では 0x5DB2
KC_GESTURE1, // Remap上では 0x5DB3(ジェスチャーボタン1)
KC_GESTURE2, // Remap上では 0x5DB4(ジェスチャーボタン2)
KC_GESTURE3, // Remap上では 0x5DB5(ジェスチャーボタン3)
};

#include "features/functions.h"
#include "features/swipe_gesture.h"
#include "features/auto_click_layer.h"
Expand Down

0 comments on commit d1e4359

Please sign in to comment.