1
0
Fork 0

Convert ai03/orbit to SPLIT_KEYBOARD (#15340)

This commit is contained in:
Joel Challis 2021-12-01 11:19:14 +00:00 committed by GitHub
parent 3d06860f3c
commit 1493e6d3f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 115 additions and 1544 deletions

View file

@ -48,25 +48,13 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
bool process_record_user(uint16_t keycode, keyrecord_t *record) {
switch (keycode) {
case MANUAL:
if (record->event.pressed)
{
// Keypress
if (record->event.pressed) {
SEND_STRING("https://kb.ai03.me/redir/orbit");
}
else
{
// Key release
}
break;
case DBLZERO:
if (record->event.pressed)
{
// Keypress
if (record->event.pressed) {
SEND_STRING("00");
}
else
{
// Key release
}
break;
}