Skip to content

Commit

Permalink
simplified but cannot get it to use arm
Browse files Browse the repository at this point in the history
  • Loading branch information
nicsuzor committed Jul 3, 2024
1 parent 30a8a4a commit 0dfa22e
Show file tree
Hide file tree
Showing 13 changed files with 775 additions and 85 deletions.
7 changes: 0 additions & 7 deletions keyboards/crkbd/keymaps/nic/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once


#define MASTER_LEFT
#define DISABLE_SYNC_TIMER
//#define SSD1306OLED
//#define USE_I2C

#define SPLIT_MAX_CONNECTION_ERRORS 10
46 changes: 0 additions & 46 deletions keyboards/crkbd/keymaps/nic/info.json

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/crkbd/keymaps/nic/keymap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include QMK_KEYBOARD_H
#include "nic.h"
#include "wrappers.h"

// clang-format off

Expand Down
7 changes: 0 additions & 7 deletions keyboards/crkbd/keymaps/nic/rules.mk
Original file line number Diff line number Diff line change
@@ -1,7 +0,0 @@
# Build Options
# change yes to no to disable
#

DEBUG_ENABLE = yes
CONSOLE_ENABLE = yes
FIRMWARE_FORMAT = bin
29 changes: 29 additions & 0 deletions keyboards/crkbd/ns/chconf.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
/* Copyright 2020 QMK
*
* 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/>.
*/

/*
* This file was auto-generated by:
* `qmk chibios-confmigrate -i keyboards/planck/rev6/chconf.h -r platforms/chibios/QMK_PROTON_C/configs/chconf.h`
*/

#pragma once

#define CH_CFG_ST_RESOLUTION 16

#define CH_CFG_ST_FREQUENCY 10000

#include_next <chconf.h>

12 changes: 12 additions & 0 deletions keyboards/crkbd/ns/config.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@

#define MASTER_LEFT
#define DISABLE_SYNC_TIMER
//#define SSD1306OLED
//#define USE_I2C

#define SPLIT_MAX_CONNECTION_ERRORS 10
#define SOFT_SERIAL_PIN A10


#define SELECT_SOFT_SERIAL_SPEED 4
#define SPLIT_MAX_CONNECTION_ERRORS 10
Loading

0 comments on commit 0dfa22e

Please sign in to comment.