Skip to content

Commit

Permalink
handwired/xealous - Remove DEFAULT_FOLDER (#24877)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Jan 28, 2025
1 parent 544ddde commit c790450
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 84 deletions.
3 changes: 3 additions & 0 deletions data/mappings/keyboard_aliases.hjson
Original file line number Diff line number Diff line change
Expand Up @@ -1731,6 +1731,9 @@
"handwired/unk": {
"target": "handwired/unk/rev1"
},
"handwired/xealous": {
"target": "handwired/xealous/rev1"
},
"hillside/46": {
"target": "hillside/46/0_1"
},
Expand Down
32 changes: 0 additions & 32 deletions keyboards/handwired/xealous/config.h

This file was deleted.

49 changes: 0 additions & 49 deletions keyboards/handwired/xealous/matrix.c

This file was deleted.

13 changes: 13 additions & 0 deletions keyboards/handwired/xealous/rev1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.

#pragma once

#define USE_I2C
#define SCL_CLOCK 800000UL

//#define DEBUG_MATRIX_SCAN_RATE //Use this to determine scan-rate.

#ifdef AUDIO_ENABLE
#define AUDIO_PIN C6
#define STARTUP_SONG SONG(STARTUP_SOUND)
#define NO_MUSIC_MODE
#define TONE_QWERTY SONG(Q__NOTE(_E4));
#define TONE_NUMPAD SONG(Q__NOTE(_D4));
#endif

/*
* Feature disable options
* These options are also useful to firmware size reduction.
Expand Down
3 changes: 0 additions & 3 deletions keyboards/handwired/xealous/rules.mk

This file was deleted.

0 comments on commit c790450

Please sign in to comment.