HID Liberation Device Refactor and Configurator layout support (#9394)

This commit is contained in:
James Young
2020-06-15 03:11:19 -07:00
committed by GitHub
parent d8e3294aea
commit b008a9afe6
9 changed files with 146 additions and 87 deletions
+1 -6
View File
@@ -14,8 +14,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef HID_LIBER_H
#define HID_LIBER_H
#pragma once
#include "quantum.h"
@@ -69,7 +68,3 @@
/* Q */ { ___ , ___ , KQ2 , ___ , ___ , ___ , ___ , KQ7 }, \
/* R */ { ___ , ___ , ___ , ___ , KR4 , ___ , ___ , ___ } \
}
#endif