Skip to content

Commit

Permalink
Move redox_w into redox (qmk#21448)
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan <fauxpark@gmail.com>
  • Loading branch information
2 people authored and nuess0r committed Sep 8, 2024
1 parent 19cafa1 commit 491d65b
Show file tree
Hide file tree
Showing 63 changed files with 130 additions and 2,809 deletions.
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,9 @@
"ramonimbao/mona": {
"target": "rmi_kb/mona/v1"
},
"redox_w": {
"target": "redox/wireless"
},
"rgbkb/pan": {
"target": "rgbkb/pan/rev1/32a"
},
Expand Down
42 changes: 0 additions & 42 deletions keyboards/redox/keymaps/KL1RL/config.h

This file was deleted.

90 changes: 0 additions & 90 deletions keyboards/redox/keymaps/KL1RL/keymap.c

This file was deleted.

22 changes: 0 additions & 22 deletions keyboards/redox/keymaps/KL1RL/readme.md

This file was deleted.

2 changes: 0 additions & 2 deletions keyboards/redox/keymaps/KL1RL/rules.mk

This file was deleted.

36 changes: 22 additions & 14 deletions keyboards/redox/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,27 @@
#include QMK_KEYBOARD_H
/*
Copyright 2018 Mattia Dal Ben <matthewdibi@gmail.com>
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.
// Each layer gets a name for readability, which is then used in the keymap matrix below.
// The underscores don't mean anything - you can have a layer called STUFF or any other name.
// Layer names don't all need to be of the same length, obviously, and you can also skip them
// entirely and just use numbers.
#define _QWERTY 0
#define _SYMB 1
#define _NAV 2
#define _ADJUST 3
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include QMK_KEYBOARD_H

enum custom_keycodes {
QWERTY = SAFE_RANGE,
SYMB,
NAV,
ADJUST,
enum layers {
_QWERTY,
_SYMB,
_NAV,
_ADJUST
};

// Shortcut to make keymap more readable
Expand Down
41 changes: 0 additions & 41 deletions keyboards/redox/keymaps/eightbitraptor/config.h

This file was deleted.

Loading

0 comments on commit 491d65b

Please sign in to comment.