Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add is0gr to QMK #22024

Merged
merged 9 commits into from
Sep 25, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove safe range as they are unnecessary
  • Loading branch information
awkannan committed Sep 20, 2023
commit 43143dd1af381276b562f196018362b703c3b2e3
4 changes: 0 additions & 4 deletions keyboards/cannonkeys/is0gr/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H

enum custom_keycodes {
QWERTY = SAFE_RANGE,
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_ENT
Expand Down
5 changes: 0 additions & 5 deletions keyboards/cannonkeys/is0gr/keymaps/via/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.
*/
#include QMK_KEYBOARD_H


enum custom_keycodes {
QWERTY = SAFE_RANGE,
};

const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[0] = LAYOUT(
KC_ENT
Expand Down