Remove HD44780 References, Part 1 (#9052)
* remove HD44780_ENABLE rules: 0-9, A-B * remove HD44780_ENABLE config: 0-9, A-B
This commit is contained in:
		
							parent
							
								
									12946d0565
								
							
						
					
					
						commit
						aaf58155c7
					
				| @ -189,31 +189,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| EXTRAFLAGS += -flto | EXTRAFLAGS += -flto | ||||||
| 
 | 
 | ||||||
| LAYOUTS = 60_ansi | LAYOUTS = 60_ansi | ||||||
|  | |||||||
| @ -219,34 +219,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -31,6 +31,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_4x4 numpad_4x4 | LAYOUTS = ortho_4x4 numpad_4x4 | ||||||
|  | |||||||
| @ -197,31 +197,3 @@ | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		    # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| # Enable generic behavior for split boards
 | # Enable generic behavior for split boards
 | ||||||
| SPLIT_KEYBOARD = yes | SPLIT_KEYBOARD = yes | ||||||
|  | |||||||
| @ -224,34 +224,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -164,31 +164,3 @@ | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 				# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_4x4  ortho_4x8  ortho_4x12  ortho_4x16 | LAYOUTS = ortho_4x4  ortho_4x8  ortho_4x12  ortho_4x16 | ||||||
|  | |||||||
| @ -173,31 +173,3 @@ | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 				# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_5x5  ortho_5x10  ortho_5x15 | LAYOUTS = ortho_5x5  ortho_5x10  ortho_5x15 | ||||||
|  | |||||||
| @ -198,31 +198,3 @@ | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		    # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| # Enable generic behavior for split boards
 | # Enable generic behavior for split boards
 | ||||||
| SPLIT_KEYBOARD = yes | SPLIT_KEYBOARD = yes | ||||||
|  | |||||||
| @ -198,31 +198,3 @@ | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		    # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| # Enable generic behavior for split boards
 | # Enable generic behavior for split boards
 | ||||||
| SPLIT_KEYBOARD = yes | SPLIT_KEYBOARD = yes | ||||||
|  | |||||||
| @ -11,7 +11,6 @@ UNICODE_ENABLE = no          # Unicode | |||||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no            # Audio output on port C6 | AUDIO_ENABLE = no            # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no          # Enable support for HD44780 based LCDs |  | ||||||
| TAP_DANCE_ENABLE = no | TAP_DANCE_ENABLE = no | ||||||
| SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE) | SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE) | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -212,34 +212,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| # Enable generic behavior for split boards
 | # Enable generic behavior for split boards
 | ||||||
| SPLIT_KEYBOARD = yes | SPLIT_KEYBOARD = yes | ||||||
|  | |||||||
| @ -154,34 +154,6 @@ | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -17,7 +17,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		    # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_5x15 | LAYOUTS = ortho_5x15 | ||||||
| DEFAULT_FOLDER = 40percentclub/i75/promicro | DEFAULT_FOLDER = 40percentclub/i75/promicro | ||||||
|  | |||||||
| @ -208,32 +208,6 @@ | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 	    # Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -186,31 +186,3 @@ | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,6 +30,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		    # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_4x4  ortho_4x8  ortho_4x12 | LAYOUTS = ortho_4x4  ortho_4x8  ortho_4x12 | ||||||
|  | |||||||
| @ -29,7 +29,6 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| UNICODEMAP_ENABLE = yes | UNICODEMAP_ENABLE = yes | ||||||
| ENCODER_ENABLE = yes | ENCODER_ENABLE = yes | ||||||
| DIP_SWITCH_ENABLE = yes | DIP_SWITCH_ENABLE = yes | ||||||
|  | |||||||
| @ -202,34 +202,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,5 +30,4 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| ENCODER_ENABLE = yes		# Enable support for rotary encoders | ENCODER_ENABLE = yes		# Enable support for rotary encoders | ||||||
|  | |||||||
| @ -19,7 +19,6 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| # Enter lower-power sleep mode when on the ChibiOS idle thread
 | # Enter lower-power sleep mode when on the ChibiOS idle thread
 | ||||||
| OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | ||||||
|  | |||||||
| @ -217,34 +217,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LTO_ENABLE = yes | LTO_ENABLE = yes | ||||||
|  | |||||||
| @ -19,7 +19,6 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| # Enter lower-power sleep mode when on the ChibiOS idle thread
 | # Enter lower-power sleep mode when on the ChibiOS idle thread
 | ||||||
| OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | OPT_DEFS += -DCORTEX_ENABLE_WFI_IDLE=TRUE | ||||||
|  | |||||||
| @ -228,34 +228,6 @@ B0, which is unconnected on the PCB | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -20,6 +20,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_4x12 | LAYOUTS = ortho_4x12 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -211,34 +211,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -216,34 +216,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| USE_I2C = no                # I2C for split communication | USE_I2C = no                # I2C for split communication | ||||||
| CUSTOM_MATRIX = yes			# For providing custom matrix.c (in this case, override regular matrix.c with split matrix.c) | CUSTOM_MATRIX = yes			# For providing custom matrix.c (in this case, override regular matrix.c with split matrix.c) | ||||||
| # SPLIT_KEYBOARD = yes		# Split keyboard flag disabled as manual edits had to be done to the split common files
 | # SPLIT_KEYBOARD = yes		# Split keyboard flag disabled as manual edits had to be done to the split common files
 | ||||||
|  | |||||||
| @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| SPLIT_KEYBOARD = yes        # Split keyboard | SPLIT_KEYBOARD = yes        # Split keyboard | ||||||
| @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb | LAYOUTS = 60_ansi 60_ansi_split_bs_rshift 60_tsangan_hhkb | ||||||
|  | |||||||
| @ -218,34 +218,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -212,34 +212,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,6 +30,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_5x4 | LAYOUTS = ortho_5x4 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -188,31 +188,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -212,34 +212,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,5 +30,4 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| EXTRAFLAGS += -flto | EXTRAFLAGS += -flto | ||||||
|  | |||||||
| @ -218,34 +218,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| #define BOOTMAGIC_LITE_ROW 0 | #define BOOTMAGIC_LITE_ROW 0 | ||||||
| #define BOOTMAGIC_LITE_COLUMN 0 | #define BOOTMAGIC_LITE_COLUMN 0 | ||||||
|  | |||||||
| @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -218,34 +218,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| #define BOOTMAGIC_LITE_ROW 0 | #define BOOTMAGIC_LITE_ROW 0 | ||||||
| #define BOOTMAGIC_LITE_COLUMN 0 | #define BOOTMAGIC_LITE_COLUMN 0 | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_6x4 numpad_6x4 | LAYOUTS = ortho_6x4 numpad_6x4 | ||||||
|  | |||||||
| @ -216,34 +216,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,6 +30,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = numpad_5x4 | LAYOUTS = numpad_5x4 | ||||||
|  | |||||||
| @ -211,34 +211,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,6 +30,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = numpad_5x4 | LAYOUTS = numpad_5x4 | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = numpad_5x4 | LAYOUTS = numpad_5x4 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -209,34 +209,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -209,34 +209,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| OLED_DRIVER_ENABLE = yes | OLED_DRIVER_ENABLE = yes | ||||||
| CUSTOM_MATRIX = yes | CUSTOM_MATRIX = yes | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -29,5 +29,4 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| UNICODE_ENABLE = yes        # Unicode | UNICODE_ENABLE = yes        # Unicode | ||||||
|  | |||||||
| @ -28,6 +28,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| SPLIT_KEYBOARD = yes | SPLIT_KEYBOARD = yes | ||||||
|  | |||||||
| @ -220,34 +220,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| @ -17,6 +17,5 @@ UNICODE_ENABLE = yes        # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| DEFAULT_FOLDER = atreus/astar | DEFAULT_FOLDER = atreus/astar | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = 65_iso_blocker | LAYOUTS = 65_iso_blocker | ||||||
|  | |||||||
| @ -188,31 +188,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| 
 | 
 | ||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 |  | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -217,34 +217,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = tkl_ansi | LAYOUTS = tkl_ansi | ||||||
|  | |||||||
| @ -218,34 +218,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -29,6 +29,5 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| DEFAULT_FOLDER = bat43/rev2 | DEFAULT_FOLDER = bat43/rev2 | ||||||
|  | |||||||
| @ -13,4 +13,3 @@ MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config) | |||||||
| UNICODE_ENABLE = no         # Unicode | UNICODE_ENABLE = no         # Unicode | ||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs (+400) |  | ||||||
| @ -213,34 +213,6 @@ | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,6 +30,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| LAYOUTS = ortho_4x4 | LAYOUTS = ortho_4x4 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -30,7 +30,6 @@ UNICODE_ENABLE = no          # Unicode | |||||||
| BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no            # Audio output on port C6 | AUDIO_ENABLE = no            # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no          # Enable support for HD44780 based LCDs |  | ||||||
| RGB_MATRIX_ENABLE = WS2812 | RGB_MATRIX_ENABLE = WS2812 | ||||||
| LINK_TIME_OPTIMIZATION_ENABLE = yes | LINK_TIME_OPTIMIZATION_ENABLE = yes | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -29,4 +29,3 @@ MIDI_ENABLE = no            # MIDI support | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no         # Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -189,34 +189,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,4 +30,3 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
|  | |||||||
| @ -210,34 +210,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,5 +30,4 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| OLED_DRIVER_ENABLE = yes | OLED_DRIVER_ENABLE = yes | ||||||
|  | |||||||
| @ -210,34 +210,6 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>. | |||||||
| /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | /* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ | ||||||
| //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | //#define MIDI_TONE_KEYCODE_OCTAVES 1
 | ||||||
| 
 | 
 | ||||||
| /*
 |  | ||||||
|  * HD44780 LCD Display Configuration |  | ||||||
|  */ |  | ||||||
| /*
 |  | ||||||
| #define LCD_LINES           2     //< number of visible lines of the display
 |  | ||||||
| #define LCD_DISP_LENGTH    16     //< visibles characters per line of the display
 |  | ||||||
| 
 |  | ||||||
| #define LCD_IO_MODE      1            //< 0: memory mapped mode, 1: IO port mode
 |  | ||||||
| 
 |  | ||||||
| #if LCD_IO_MODE |  | ||||||
| #define LCD_PORT         PORTB        //< port for the LCD lines
 |  | ||||||
| #define LCD_DATA0_PORT   LCD_PORT     //< port for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PORT   LCD_PORT     //< port for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PORT   LCD_PORT     //< port for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PORT   LCD_PORT     //< port for 4bit data bit 3
 |  | ||||||
| #define LCD_DATA0_PIN    4            //< pin for 4bit data bit 0
 |  | ||||||
| #define LCD_DATA1_PIN    5            //< pin for 4bit data bit 1
 |  | ||||||
| #define LCD_DATA2_PIN    6            //< pin for 4bit data bit 2
 |  | ||||||
| #define LCD_DATA3_PIN    7            //< pin for 4bit data bit 3
 |  | ||||||
| #define LCD_RS_PORT      LCD_PORT     //< port for RS line
 |  | ||||||
| #define LCD_RS_PIN       3            //< pin  for RS line
 |  | ||||||
| #define LCD_RW_PORT      LCD_PORT     //< port for RW line
 |  | ||||||
| #define LCD_RW_PIN       2            //< pin  for RW line
 |  | ||||||
| #define LCD_E_PORT       LCD_PORT     //< port for Enable line
 |  | ||||||
| #define LCD_E_PIN        1            //< pin  for Enable line
 |  | ||||||
| #endif |  | ||||||
| */ |  | ||||||
| 
 |  | ||||||
| /* Bootmagic Lite key configuration */ | /* Bootmagic Lite key configuration */ | ||||||
| // #define BOOTMAGIC_LITE_ROW 0
 | // #define BOOTMAGIC_LITE_ROW 0
 | ||||||
| // #define BOOTMAGIC_LITE_COLUMN 0
 | // #define BOOTMAGIC_LITE_COLUMN 0
 | ||||||
|  | |||||||
| @ -30,5 +30,4 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| OLED_DRIVER_ENABLE = yes | OLED_DRIVER_ENABLE = yes | ||||||
|  | |||||||
| @ -30,6 +30,5 @@ UNICODE_ENABLE = no         # Unicode | |||||||
| BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID | ||||||
| AUDIO_ENABLE = no           # Audio output on port C6 | AUDIO_ENABLE = no           # Audio output on port C6 | ||||||
| FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches | ||||||
| HD44780_ENABLE = no 		# Enable support for HD44780 based LCDs |  | ||||||
| 
 | 
 | ||||||
| DEFAULT_FOLDER = business_card/beta | DEFAULT_FOLDER = business_card/beta | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user