Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
clownfish-og and drashna authored Jan 15, 2025
1 parent 9c2b308 commit e97b774
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 18 deletions.
19 changes: 3 additions & 16 deletions keyboards/doio/kb03/kb03.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
/* Copyright (C) 2025 DOIO
* Copyright (C) 2025 ClownFish (@clownfish-og)
*
* 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.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Copyright (C) 2025 DOIO
// Copyright (C) 2025 ClownFish (@clownfish-og)
// SPDX-License-Identifier: GPL-2.0-or-later

#include QMK_KEYBOARD_H

Expand Down
2 changes: 1 addition & 1 deletion keyboards/doio/kb03/keymaps/default/rules.mk
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ENCODER_MAP_ENABLE = yes
ENCODER_MAP_ENABLE = yes
2 changes: 1 addition & 1 deletion keyboards/doio/kb03/rules.mk
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Configure for 128K flash
MCU_LDSCRIPT = STM32F103xB
MCU_LDSCRIPT = STM32F103xB

0 comments on commit e97b774

Please sign in to comment.