Rename dactyl -> daktil

master
Mojca Miklavec 2018-04-13 21:02:01 +02:00 committed by Jurij Podgoršek
parent 0c9580cb4c
commit a12b6957d3
4 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "dactyl.h"
#include "daktil.h"
#include "i2cmaster.h"

View File

@ -1,4 +1,4 @@
#include "dactyl.h"
#include "daktil.h"
#include "debug.h"
#include "action_layer.h"
#include "version.h"

View File

@ -29,7 +29,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "debug.h"
#include "util.h"
#include "matrix.h"
#include "dactyl.h"
#include "daktil.h"
#include "i2cmaster.h"
#ifdef DEBUG_MATRIX_SCAN_RATE
#include "timer.h"