diff options
Diffstat (limited to 'keyboards/yampad/keymaps/traditional/keymap.c')
-rw-r--r-- | keyboards/yampad/keymaps/traditional/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/yampad/keymaps/traditional/keymap.c b/keyboards/yampad/keymaps/traditional/keymap.c index e9fd2b8ae..57462c050 100644 --- a/keyboards/yampad/keymaps/traditional/keymap.c +++ b/keyboards/yampad/keymaps/traditional/keymap.c | |||
@@ -19,7 +19,7 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |||
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
21 | SOFTWARE. | 21 | SOFTWARE. |
22 | */ | 22 | */ |
23 | 23 | ||
24 | #include QMK_KEYBOARD_H | 24 | #include QMK_KEYBOARD_H |
25 | 25 | ||
@@ -116,7 +116,7 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
116 | return true; | 116 | return true; |
117 | }; | 117 | }; |
118 | 118 | ||
119 | #ifdef OLED_DRIVER_ENABLE | 119 | #ifdef OLED_ENABLE |
120 | 120 | ||
121 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { | 121 | oled_rotation_t oled_init_user(oled_rotation_t rotation) { |
122 | return OLED_ROTATION_270; // flips the display 270 degrees | 122 | return OLED_ROTATION_270; // flips the display 270 degrees |