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

[Keyboard] Add handwired F411 #10504

Merged
merged 4 commits into from
Oct 27, 2020
Merged
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
Rename variables
  • Loading branch information
riblee committed Oct 27, 2020
commit d13445a7c4892ef7681cc2f28a084c0c7d517c3e
4 changes: 2 additions & 2 deletions keyboards/handwired/riblee_f411/keymaps/default/keymap.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

#include QMK_KEYBOARD_H

enum preonic_layers {
enum layer_names {
_QWERTY,
_COLEMAK,
_DVORAK,
Expand All @@ -26,7 +26,7 @@ enum preonic_layers {
_ADJUST
};

enum preonic_keycodes {
enum custom_keycodes {
QWERTY = SAFE_RANGE,
COLEMAK,
DVORAK,
Expand Down