Skip to content

Commit

Permalink
Fix for nk65 keyboard
Browse files Browse the repository at this point in the history
  • Loading branch information
dkjer committed Aug 20, 2021
1 parent af90e1f commit 6cd8f27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keyboards/nk65/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* both 128kb and 256kb versions of F303.
* Register 0x1FFFF7CC holds the size of the flash memory.
*/
#ifndef FLASHSIZE_BASE
# define FLASHSIZE_BASE ((uint32_t)0x1FFFF7CCU) /*!< FLASH Size register base address */
#endif
#define EEPROM_START_ADDRESS
#define FEE_MCU_FLASH_SIZE \
({ \
Expand Down

0 comments on commit 6cd8f27

Please sign in to comment.