@ -1,6 +1,6 @@
/* -*- mode: c++ -*-
/* -*- mode: c++ -*-
* Kaleidoscope - Hardware - Model01 - - Keyboard . io Model01 hardware support for Kaleidoscope
* Kaleidoscope - Hardware - Model01 - - Keyboard . io Model01 hardware support for Kaleidoscope
* Copyright ( C ) 2017 - 201 8 Keyboard . io , Inc
* Copyright ( C ) 2017 - 201 9 Keyboard . io , Inc
*
*
* This program is free software : you can redistribute it and / or modify it under
* 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
* the terms of the GNU General Public License as published by the Free Software
@ -21,7 +21,7 @@
# include <Arduino.h>
# include <Arduino.h>
# define HARDWARE_IMPLEMENTATION kaleidoscope:: hardwar e::keyboardio::Model01
# define HARDWARE_IMPLEMENTATION kaleidoscope:: devic e::keyboardio::Model01
# include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h"
# include "Kaleidoscope-HIDAdaptor-KeyboardioHID.h"
# include "KeyboardioScanner.h"
# include "KeyboardioScanner.h"
@ -33,7 +33,7 @@
# include "kaleidoscope/MatrixAddr.h"
# include "kaleidoscope/MatrixAddr.h"
namespace kaleidoscope {
namespace kaleidoscope {
namespace hardwar e {
namespace devic e {
namespace keyboardio {
namespace keyboardio {
class Model01 : public kaleidoscope : : Hardware {
class Model01 : public kaleidoscope : : Hardware {
@ -125,7 +125,7 @@ class Model01 : public kaleidoscope::Hardware {
}
}
}
}
# include "kaleidoscope/ hardwar e/key_indexes.h"
# include "kaleidoscope/ devic e/key_indexes.h"
# define PER_KEY_DATA_STACKED(dflt, \
# define PER_KEY_DATA_STACKED(dflt, \
r0c0 , r0c1 , r0c2 , r0c3 , r0c4 , r0c5 , r0c6 , \
r0c0 , r0c1 , r0c2 , r0c3 , r0c4 , r0c5 , r0c6 , \