1
0
Fork 0

Add QMK Configurator Support for ORG60 (#3228)

* Add additional readme notes on how to fix the flickering backlight issue

* Add QMK Configurator support
This commit is contained in:
MechMerlin 2018-06-25 08:11:29 -07:00 committed by Drashna Jaelre
parent ae8dfbabf9
commit 2f8f26b1e0
5 changed files with 26 additions and 8 deletions

View file

@ -1,4 +1,4 @@
#include "org60.h"
#include QMK_KEYBOARD_H
#include "action_layer.h"
// Keyboard Layers
@ -9,7 +9,7 @@ enum keyboard_layers {
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BASE] = KEYMAP(
[_BASE] = LAYOUT(
/*
0: Base Layer
.--------------------------------------------------------------------------------------------------------------------------------------.
@ -58,7 +58,7 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
//--------------------------------------------------------------------------------------------------------------------------------------'
[_FUNCTION] = KEYMAP(
[_FUNCTION] = LAYOUT(
/*
1: Function Layer
.--------------------------------------------------------------------------------------------------------------------------------------.