Skip to content

Commit

Permalink
Add encoder quadrature and update files
Browse files Browse the repository at this point in the history
  • Loading branch information
VeyPatch committed Oct 2, 2024
1 parent d941d9b commit 7be3e4b
Show file tree
Hide file tree
Showing 25 changed files with 379 additions and 1,009 deletions.
17 changes: 0 additions & 17 deletions keyboards/splitkb/elora/config.h

This file was deleted.

17 changes: 0 additions & 17 deletions keyboards/splitkb/elora/elora.c

This file was deleted.

23 changes: 0 additions & 23 deletions keyboards/splitkb/elora/elora.h

This file was deleted.

313 changes: 156 additions & 157 deletions keyboards/splitkb/elora/info.json

Large diffs are not rendered by default.

19 changes: 4 additions & 15 deletions keyboards/splitkb/elora/keymaps/debug/config.h
Original file line number Diff line number Diff line change
@@ -1,20 +1,9 @@
/* Copyright 2023 splitkb.com <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2024 splitkb.com ([email protected])
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

// Myriad boilerplate
#define MYRIAD_ENABLE

#define RGBLIGHT_EFFECT_BREATHING
17 changes: 2 additions & 15 deletions keyboards/splitkb/elora/keymaps/debug/keymap.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/* Copyright 2023 splitkb.com <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2024 splitkb.com ([email protected])
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

Expand Down
19 changes: 5 additions & 14 deletions keyboards/splitkb/elora/keymaps/debug/rules.mk
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
# Copyright 2023 splitkb.com <[email protected]>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Copyright 2024 splitkb.com ([email protected])
# SPDX-License-Identifier: GPL-2.0-or-later

OLED_ENABLE = yes

RGB_MATRIX_ENABLE = no
RGBLIGHT_ENABLE = yes
17 changes: 2 additions & 15 deletions keyboards/splitkb/elora/keymaps/default/config.h
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/* Copyright 2023 splitkb.com <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2024 splitkb.com ([email protected])
// SPDX-License-Identifier: GPL-2.0-or-later

#pragma once

Expand Down
17 changes: 2 additions & 15 deletions keyboards/splitkb/elora/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
/* Copyright 2023 splitkb.com <[email protected]>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright 2024 splitkb.com ([email protected])
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

Expand Down
Loading

0 comments on commit 7be3e4b

Please sign in to comment.