Skip to content

Commit

Permalink
Remove NO_ACTION_MACRO and NO_ACTION_FUNCTION from keyboard config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
jpskenn committed Nov 4, 2023
1 parent 927a29f commit e544feb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 12 deletions.
4 changes: 0 additions & 4 deletions keyboards/nora/v01/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* disable these deprecated features by default */
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION

/* External EEPROM & Dynamic keymap */
// Use 24LC64 EEPROM
#define EEPROM_I2C_24LC64
Expand Down
4 changes: 0 additions & 4 deletions keyboards/nora/v03/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* disable these deprecated features by default */
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION

/* External EEPROM */
// Use 24LC64 EEPROM
#define EEPROM_I2C_24LC64
Expand Down
4 changes: 0 additions & 4 deletions keyboards/nora/v031/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
#define DEBOUNCE 5

/* disable these deprecated features by default */
#define NO_ACTION_MACRO
#define NO_ACTION_FUNCTION

/* External EEPROM */
// Use 24LC64 EEPROM
#define EEPROM_I2C_24LC64
Expand Down

0 comments on commit e544feb

Please sign in to comment.