R keyboards/mechlovin/kay65/rev1/config.h => keyboards/mechlovin/kay65/config.h +0 -0
R keyboards/mechlovin/kay65/rev1/info.json => keyboards/mechlovin/kay65/info.json +0 -0
R keyboards/mechlovin/kay65/rev1/rev1.c => keyboards/mechlovin/kay65/kay65.c +2 -2
@@ 15,11 15,11 @@ 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 "rev1.h"
+#include "kay65.h"
void keyboard_pre_init_user(void) {
// Call the keyboard pre init code.
// Set our LED pins as output
setPinOutput(D7);
-}>
\ No newline at end of file
+}
R keyboards/mechlovin/kay65/rev1/rev1.h => keyboards/mechlovin/kay65/kay65.h +0 -0
R keyboards/mechlovin/kay65/rev1/keymaps/default/keymap.c => keyboards/mechlovin/kay65/keymaps/default/keymap.c +3 -3
@@ 18,8 18,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include QMK_KEYBOARD_H
enum my_keycodes {
- LOGO_LED_ON = USER00,
- LOGO_LED_OFF = USER01
+ LOGO_LED_ON = SAFE_RANGE,
+ LOGO_LED_OFF
};
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
@@ 47,6 47,6 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
break;
}
- return true;
+ return true;
};
R keyboards/mechlovin/kay65/rev1/keymaps/default/readme.md => keyboards/mechlovin/kay65/keymaps/default/readme.md +0 -0
R keyboards/mechlovin/kay65/rev1/keymaps/via/keymap.c => keyboards/mechlovin/kay65/keymaps/via/keymap.c +2 -2
@@ 68,5 68,5 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
}
break;
}
- return true;
-};>
\ No newline at end of file
+ return true;
+};
R keyboards/mechlovin/kay65/rev1/keymaps/via/readme.md => keyboards/mechlovin/kay65/keymaps/via/readme.md +0 -0
R keyboards/mechlovin/kay65/rev1/keymaps/via/rules.mk => keyboards/mechlovin/kay65/keymaps/via/rules.mk +0 -0
R keyboards/mechlovin/kay65/rev1/readme.md => keyboards/mechlovin/kay65/readme.md +2 -2
@@ 10,11 10,11 @@ A 65% PCB with centered USB, RGB underglow and top right LED.
Make example for this keyboard (after setting up your build environment):
- make mechlovin/kay65/rev1:default
+ make mechlovin/kay65:default
Flashing example for this keyboard:
- make mechlovin/kay65/rev1:default:flash
+ make mechlovin/kay65:default:flash
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
R keyboards/mechlovin/kay65/rev1/rules.mk => keyboards/mechlovin/kay65/rules.mk +0 -0